From d111e7896f60953414642b38caf4ed461097ab0f Mon Sep 17 00:00:00 2001 From: Steven Eubank <47563310+smeubank@users.noreply.github.com> Date: Mon, 6 Mar 2023 21:32:15 +0100 Subject: [PATCH] updating sentry links for error handling update 1 link to direct to the python relevant integration remove one which was not linking anywhere unique --- docs/errorhandling.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/errorhandling.rst b/docs/errorhandling.rst index 808a61a2..d9b503ff 100644 --- a/docs/errorhandling.rst +++ b/docs/errorhandling.rst @@ -68,8 +68,7 @@ See also: - Sentry also supports catching errors from a worker queue (RQ, Celery, etc.) in a similar fashion. See the `Python SDK docs - `__ for more information. -- `Getting started with Sentry `__ + `__ for more information. - `Flask-specific documentation `__