Skip to content

Commit e3c33eb

Browse files
authored
Update the Flask URL in the File Upload section
In the File Upload section of the documentation, the link to the Flask documentation section was broken/outdated. Changed it from https://flask.palletsprojects.com/en/0.10.x/patterns/fileuploads/ to https://flask.palletsprojects.com/en/1.1.x/patterns/fileuploads/
1 parent c6b43ba commit e3c33eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/parsing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ and to set the type to :class:`~werkzeug.datastructures.FileStorage`.
249249
url = do_something_with_file(uploaded_file)
250250
return {'url': url}, 201
251251
252-
See the `dedicated Flask documentation section <http://flask.pocoo.org/docs/0.10/patterns/fileuploads/>`_.
252+
See the `dedicated Flask documentation section <https://flask.palletsprojects.com/en/1.1.x/patterns/fileuploads/>`_.
253253

254254

255255
Error Handling

0 commit comments

Comments
 (0)