Browse Source

Updating url in errorhandling.rst to a valid link

Was originally set to github.com/getsentry/sentry, which was a relative link to a page that doesn't exist. I prepended https:// to fix this problem.
pull/1892/head
avborhanian 9 years ago
parent
commit
5aa70b5a56
  1. 2
      docs/errorhandling.rst

2
docs/errorhandling.rst

@ -36,7 +36,7 @@ overwhelming if enough users are hitting the error and log files are
typically never looked at. This is why we recommend using `Sentry
<http://www.getsentry.com/>`_ for dealing with application errors. It's
available as an Open Source project `on GitHub
<github.com/getsentry/sentry>`__ and is also available as a `hosted version
<https://github.com/getsentry/sentry>`__ and is also available as a `hosted version
<https://getsentry.com/signup/>`_ which you can try for free. Sentry
aggregates duplicate errors, captures the full stack trace and local
variables for debugging, and sends you mails based on new errors or

Loading…
Cancel
Save