Skip to content

Commit 2916013

Browse files
authored
Merge pull request #163 from kashyapm94/patch-1
Update the Flask documentation URL in the File Upload section
2 parents a28f9c1 + b1a8fb3 commit 2916013

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)