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():
22
22
23
23
* [ Flask-PyMongo Documentation] ( https://flask-pymongo.readthedocs.org/ )
24
24
* [ 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 256
256
# Example configuration for intersphinx: refer to the Python standard library.
257
257
intersphinx_mapping = {
258
258
"python" : ("https://docs.python.org/" , None ),
259
- "flask" : ("https://flask.pocoo.org/docs /" , None ),
259
+ "flask" : ("https://flask.palletsprojects.com /" , None ),
260
260
"pymongo" : ("https://pymongo.readthedocs.io/en/stable/" , None ),
261
261
}
You can’t perform that action at this time.
0 commit comments