We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a28f9c1 + b1a8fb3 commit 2916013Copy full SHA for 2916013
doc/parsing.rst
@@ -249,7 +249,7 @@ and to set the type to :class:`~werkzeug.datastructures.FileStorage`.
249
url = do_something_with_file(uploaded_file)
250
return {'url': url}, 201
251
252
-See the `dedicated Flask documentation section <http://flask.pocoo.org/docs/0.10/patterns/fileuploads/>`_.
+See the `dedicated Flask documentation section <https://flask.palletsprojects.com/en/1.1.x/patterns/fileuploads/>`_.
253
254
255
Error Handling
0 commit comments