We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c18c831 commit 1401e89Copy full SHA for 1401e89
intermediate_source/flask_rest_api_tutorial.py
@@ -335,7 +335,7 @@ def predict():
335
# to handle cases when the model does not recognize anything in the image.
336
#
337
# - We run the Flask server in the development mode, which is not suitable for
338
-# deploying in production. You can check out `this tutorial <http://flask.pocoo.org/docs/1.0/tutorial/deploy/>`_
+# deploying in production. You can check out `this tutorial <https://flask.palletsprojects.com/en/1.1.x/tutorial/deploy/>`_
339
# for deploying a Flask server in production.
340
341
# - You can also add a UI by creating a page with a form which takes the image and
0 commit comments