Skip to content

Commit 2b5ee08

Browse files
authored
fix(ruby): Fix migration links to archived repo (#15821)
* resolves: getsentry/sentry-ruby#2811 * resolves: RUBY-127
1 parent 1c9bc9e commit 2b5ee08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/platforms/ruby/common/migration.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,11 +284,11 @@ Sentry.get_current_scope.set_transaction_name("NewTransaction")
284284

285285
## Example Apps
286286

287-
- [Rails example](https://github.com/getsentry/sentry-ruby/tree/master/sentry-rails/examples/rails-6.0)
288-
- [Sinatra example](https://github.com/getsentry/sentry-ruby/tree/master/sentry-ruby/examples/sinatra)
287+
- [Rails example](https://github.com/getsentry/examples/tree/master/ruby/sentry-rails/rails-6.0)
288+
- [Sinatra example](https://github.com/getsentry/examples/tree/master/ruby/sentry-ruby/sinatra)
289289
- Sidekiq examples:
290-
- [with Rails](https://github.com/getsentry/sentry-ruby/tree/master/sentry-rails/examples/rails-6.0)
291-
- [without Rails](https://github.com/getsentry/sentry-ruby/tree/master/sentry-sidekiq/example)
290+
- [with Rails](https://github.com/getsentry/examples/tree/master/ruby/sentry-rails/rails-6.0)
291+
- [without Rails](https://github.com/getsentry/examples/tree/master/ruby/sentry-sidekiq)
292292

293293
## Community Fork
294294

0 commit comments

Comments
 (0)