File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ def home_page():
2222
2323* [ Flask-PyMongo Documentation] ( https://flask-pymongo.readthedocs.org/ )
2424* [ PyMongo Documentation] ( https://pymongo.readthedocs.io/en/stable/ )
25- * [ Flask Documentation] ( https://flask.pocoo.org/docs / )
25+ * [ Flask Documentation] ( https://flask.palletsprojects.com / )
Original file line number Diff line number Diff line change 256256# Example configuration for intersphinx: refer to the Python standard library.
257257intersphinx_mapping = {
258258 "python" : ("https://docs.python.org/" , None ),
259- "flask" : ("https://flask.pocoo.org/docs /" , None ),
259+ "flask" : ("https://flask.palletsprojects.com /" , None ),
260260 "pymongo" : ("https://pymongo.readthedocs.io/en/stable/" , None ),
261261}
You can’t perform that action at this time.
0 commit comments