Skip to content

Commit

Permalink
Fix/ruby wizard slug (#964)
Browse files Browse the repository at this point in the history
* updated html slug * updated wizard
  • Loading branch information
MimiDumpling authored May 6, 2019
1 parent 3599223 commit 7a4ccfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/_data/platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@
doc_link: /clients/ruby/integrations/rack/
wizard_parent: ruby
wizard:
- _documentation/clients/ruby/integrations.md
- _documentation/clients/ruby/integrations.md#rack
-
slug: rails
support_level: production
Expand All @@ -545,7 +545,7 @@
doc_link: /clients/ruby/integrations/rails/
wizard_parent: ruby
wizard:
- _documentation/clients/ruby/integrations.md
- _documentation/clients/ruby/integrations.md#rails
-
slug: rust
support_level: production
Expand Down
4 changes: 2 additions & 2 deletions src/collections/_documentation/clients/ruby/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Raven.inject_without(:sidekiq)

## Ruby on Rails

<!-- WIZARD -->
<!-- WIZARD rails -->
In Rails, all uncaught exceptions will be automatically reported.

We support Rails 4 and newer.
Expand Down Expand Up @@ -101,7 +101,7 @@ Currently, custom exception applications (_config.exceptions_app_) are not suppo

## Rack (Sinatra etc.)

<!-- WIZARD -->
<!-- WIZARD rack -->
### Installation

Install the SDK via Rubygems by adding it to your `Gemfile`:
Expand Down

0 comments on commit 7a4ccfe

Please sign in to comment.