Skip to content

Commit 4ab159a

Browse files
authored
PyMongo documentation new URL (#143)
1 parent 5540e29 commit 4ab159a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ def home_page():
2121
## More Info
2222

2323
* [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/)

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255

256256
# Example configuration for intersphinx: refer to the Python standard library.
257257
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),
261261
}

0 commit comments

Comments
 (0)