From 31022056aee5ab24cf485e31a0b48bbd52d96a04 Mon Sep 17 00:00:00 2001 From: David Lord Date: Sat, 11 Mar 2023 07:29:51 -0800 Subject: [PATCH] remove broken link --- docs/errorhandling.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/errorhandling.rst b/docs/errorhandling.rst index 808a61a2..c281055f 100644 --- a/docs/errorhandling.rst +++ b/docs/errorhandling.rst @@ -69,7 +69,6 @@ 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 `__ - `Flask-specific documentation `__