README.md in sentry-raven-0.15.2 vs README.md in sentry-raven-0.15.3
- old
+ new
@@ -24,11 +24,11 @@
Raven.configure do |config|
config.dsn = 'http://public:secret@example.com/project-id'
end
```
### Call
-If you use Rails, you're already done - no more configuration required! Check [Integrations](https://github.com/getsentry/raven-ruby/wiki/Integrations) for more details on other gems Sentry integrates with automatically.
+If you use Rails, you're already done - no more configuration required! Check [Integrations](https://docs.getsentry.com/hosted/clients/ruby/integrations/) for more details on other gems Sentry integrates with automatically.
Otherwise, Raven supports two methods of capturing exceptions:
```ruby
Raven.capture do
# capture any exceptions which happen during execution of this block
@@ -42,12 +42,10 @@
end
```
## More Information
-Full documentation and more information on advanced configuration, sending more information, scrubbing sensitive data, and more can be found on [the wiki](https://github.com/getsentry/raven-ruby/wiki).
-
-* [Documentation](https://github.com/getsentry/raven-ruby/wiki)
+* [Documentation](https://docs.getsentry.com/hosted/clients/ruby/)
* [Bug Tracker](https://github.com/getsentry/raven-ruby/issues>)
* [Code](https://github.com/getsentry/raven-ruby>)
* [Mailing List](https://groups.google.com/group/getsentry>)
* [IRC](irc://irc.freenode.net/sentry>) (irc.freenode.net, #sentry)