Skip to content

Commit adff59c

Browse files
authored
docs: Update flask.asciidoc (#2006)
1 parent 09d40b9 commit adff59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/flask.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ apm = ElasticAPM(app, service_name='<APP-ID>', secret_token='<SECRET-TOKEN>')
7676
===== Debug mode
7777

7878
NOTE: Please note that errors and transactions will only be sent to the APM Server if your app is *not* in
79-
http://flask.pocoo.org/docs/2.3.x/quickstart/#debug-mode[Flask debug mode].
79+
https://flask.palletsprojects.com/en/3.0.x/quickstart/#debug-mode[Flask debug mode].
8080

8181
To force the agent to send data while the app is in debug mode,
8282
set the value of `DEBUG` in the `ELASTIC_APM` dictionary to `True`:

0 commit comments

Comments
 (0)