Skip to content

Commit b9a89ed

Browse files
committed
Fix broken link due to removal of pymongo's docs
1 parent 839ce4e commit b9a89ed

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"https://docs.djangoproject.com/en/5.2/_objects/",
4646
),
4747
"mongodb": ("https://www.mongodb.com/docs/languages/python/django-mongodb/v5.2/", None),
48-
"pymongo": ("https://pymongo.readthedocs.io/en/stable/", None),
48+
"pymongo": ("https://www.mongodb.com/docs/languages/python/pymongo-driver/current/", None),
49+
"pymongo-api": ("https://pymongo.readthedocs.io/en/stable/", None),
4950
"python": ("https://docs.python.org/3/", None),
5051
"atlas": ("https://www.mongodb.com/docs/atlas/", None),
5152
"manual": ("https://www.mongodb.com/docs/manual/", None),

docs/faq.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Debug logging
2424
-------------
2525

2626
To troubleshoot MongoDB connectivity issues, you can enable :doc:`PyMongo's
27-
logging <pymongo:examples/logging>` using :doc:`Django's LOGGING setting
28-
<django:topics/logging>`.
27+
logging <pymongo:monitoring-and-logging/logging>` using :doc:`Django's LOGGING
28+
setting <django:topics/logging>`.
2929

3030
This is a minimal :setting:`LOGGING` setting that enables PyMongo's ``DEBUG``
3131
logging::

0 commit comments

Comments
 (0)