Skip to content

Commit 41aa2b3

Browse files
Update logging-monitoring.rst
Fix broken link - the link at mongodb.com gives a 404.
1 parent 6ee6897 commit 41aa2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/logging-monitoring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Logging/Monitoring
33
==================
44

5-
It is possible to use `pymongo.monitoring <https://api.mongodb.com/python/current/api/pymongo/monitoring.html>`_ to monitor
5+
It is possible to use `pymongo.monitoring <https://pymongo.readthedocs.io/en/stable/api/pymongo/monitoring.html>`_ to monitor
66
the driver events (e.g: queries, connections, etc). This can be handy if you want to monitor the queries issued by
77
MongoEngine to the driver.
88

0 commit comments

Comments
 (0)