This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 39b60689a7 Update dead link in Sentry integration document (#30486)
39b60689a7 is described below

commit 39b60689a7b4d9e0e398219d964e73a84394829e
Author: Okue <[email protected]>
AuthorDate: Thu Apr 6 02:38:04 2023 +0900

    Update dead link in Sentry integration document (#30486)
    
    * Update dead link in Sentry integration document
    
    * fix
---
 .../administration-and-deployment/logging-monitoring/errors.rst         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/docs/apache-airflow/administration-and-deployment/logging-monitoring/errors.rst
 
b/docs/apache-airflow/administration-and-deployment/logging-monitoring/errors.rst
index 33e0a2d26d..1a114d5fb7 100644
--- 
a/docs/apache-airflow/administration-and-deployment/logging-monitoring/errors.rst
+++ 
b/docs/apache-airflow/administration-and-deployment/logging-monitoring/errors.rst
@@ -97,7 +97,7 @@ environment variables are passed but also all existing 
environment variables are
 This behaviour can be disabled by setting ``default_integrations`` sentry 
configuration parameter to
 ``False`` which disables ``StdlibIntegration``. However, this also disables 
other default integrations,
 so you need to enable them manually if you want them to remain enabled
-(see `Sentry Default Integrations 
<https://docs.sentry.io/platforms/python/guides/wsgi/configuration/integrations/default-integrations/>`_).
+(see `Sentry Default Integrations 
<https://docs.sentry.io/platforms/python/configuration/integrations/default-integrations/>`_).
 
 .. code-block:: ini
 

Reply via email to