Skip to content

Commit 3029f58

Browse files
committed
update flask documentation URL
1 parent 4ab159a commit 3029f58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,6 @@
256256
# Example configuration for intersphinx: refer to the Python standard library.
257257
intersphinx_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
}

0 commit comments

Comments
 (0)