Skip to content

Commit 82b14cf

Browse files
committed
PYTHON-5205 Replace http with https in doc links
- No secure link for flask.pocoo.org
1 parent ace1be0 commit 82b14cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ in Flask_ (other web frameworks are similar)::
445445
if __name__ == "__main__":
446446
app.run()
447447

448-
.. _Flask: https://flask.pocoo.org/
448+
.. _Flask: http://flask.pocoo.org/
449449

450450
.. seealso:: :ref:`querying-by-objectid`
451451

0 commit comments

Comments
 (0)