diff --git a/docs/flask.asciidoc b/docs/flask.asciidoc index 9fb8f7e3e..b99ddd198 100644 --- a/docs/flask.asciidoc +++ b/docs/flask.asciidoc @@ -76,7 +76,7 @@ apm = ElasticAPM(app, service_name='', secret_token='') ===== Debug mode NOTE: Please note that errors and transactions will only be sent to the APM Server if your app is *not* in -http://flask.pocoo.org/docs/2.3.x/quickstart/#debug-mode[Flask debug mode]. +https://flask.palletsprojects.com/en/3.0.x/quickstart/#debug-mode[Flask debug mode]. To force the agent to send data while the app is in debug mode, set the value of `DEBUG` in the `ELASTIC_APM` dictionary to `True`: