File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,5 +21,5 @@ def home_page():
21
21
## More Info
22
22
23
23
* [ Flask-PyMongo Documentation] ( https://flask-pymongo.readthedocs.org/ )
24
- * [ PyMongo Documentation] ( https://api.mongodb.org/python/current / )
25
- * [ Flask Documentation] ( http ://flask.pocoo.org/docs/)
24
+ * [ PyMongo Documentation] ( https://pymongo.readthedocs.io/en/stable / )
25
+ * [ Flask Documentation] ( https ://flask.pocoo.org/docs/)
Original file line number Diff line number Diff line change 255
255
256
256
# Example configuration for intersphinx: refer to the Python standard library.
257
257
intersphinx_mapping = {
258
- "python" : ("http ://docs.python.org/" , None ),
259
- "flask" : ("http ://flask.pocoo.org/docs/" , None ),
260
- "pymongo" : ("http ://api.mongodb.org/python/current /" , None ),
258
+ "python" : ("https ://docs.python.org/" , None ),
259
+ "flask" : ("https ://flask.pocoo.org/docs/" , None ),
260
+ "pymongo" : ("https ://pymongo.readthedocs.io/en/stable /" , None ),
261
261
}
You can’t perform that action at this time.
0 commit comments