@@ -58,10 +58,8 @@ The MongoDB Java driver organizes the events it defines into three categories:
5858
5959The following sections show how to monitor each event category.
6060
61- To learn more about the events you can monitor, `see the event package of the
62- MongoDB Java Driver <{+api+}/apidocs/mongodb-driver-core/com/mongodb/event/package-summary.html>`__.
63-
64- .. fix this link text^
61+ To learn more about the events you can monitor, see the API documentation for `event classes
62+ <{+api+}/apidocs/mongodb-driver-core/com/mongodb/event/package-summary.html>`__.
6563
6664.. _command-events-java:
6765
@@ -78,9 +76,7 @@ To monitor command events, write a class that implements the
7876
7977To learn more about MongoDB database commands, see the
8078:manual:`MongoDB manual entry on database commands </reference/command/>` in the
81- Server (or MongoDB?) Manual.
82-
83- .. fix this link ^
79+ Server Manual.
8480
8581.. note:: Internal Commands
8682
@@ -94,9 +90,8 @@ Server (or MongoDB?) Manual.
9490 As a security measure, the driver redacts the contents of some command events. This
9591 protects the sensitive information contained in these command events. For a
9692 full list of redacted command events, see the
97- :spec:`MongoDB command logging and monitoring specification </command-logging-and-monitoring/command-logging-and-monitoring.rst#security>`.
98-
99- .. ^fix this link
93+ :spec:`MongoDB command logging and monitoring specification </command-logging-and-monitoring/command-logging-and-monitoring.md#security>`
94+ in GitHub.
10095
10196Example
10297^^^^^^^
@@ -236,7 +231,6 @@ application run faster.
236231.. Add when page is ready: To learn more about connection pools, see the {+driver-short+}'s
237232.. :ref:`Connection Pools <connection-pools>` guide.
238233
239-
240234To monitor connection pool events, write a class that implements the
241235``ConnectionPoolListener`` interface and register an instance of that class with your
242236``MongoClient`` instance.
0 commit comments