README.md in asana_exception_notifier-0.0.1 vs README.md in asana_exception_notifier-0.0.2
- old
+ new
@@ -151,10 +151,10 @@
Rails.application.config.middleware.use ExceptionNotification::Rack
```
### Rack/Sinatra
-In order to use ExceptionNotification with Sinatra, please take a look in the [example application](https://github.com/smartinez87/exception_notification/tree/master/examples/sinatra).
+In order to use ExceptionNotification with Sinatra, please take a look in the [example application](https://github.com/bogdanRada/asana_exception_notifier/tree/master/examples/sinatra).
Background Notifications
------------------------
If you want to send notifications from a background process like DelayedJob, you should use the `notify_exception` method like this: