Skip to content

Commit c961c34

Browse files
committed
fix
1 parent 48e16c9 commit c961c34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ raw: ${prefix}/stable -> ${base}/current/
8484
[*-master]: ${prefix}/${version}/data-formats/codecs/ -> ${base}/${version}/data-formats/custom-types/codecs/
8585
[*-master]: ${prefix}/${version}/databases-collections/time-series/ -> ${base}/${version}/data-formats/time-series/
8686
[*-master]: ${prefix}/${version}/read/change-streams/ -> ${base}/${version}/monitoring-logging/change-streams/
87-
[*-master]: ${prefix}/${version}/monitoring-logging/monitoring/ -> ${base}/${version}/monitoring-logging/cluster-monitoring/
87+
[*-master]: ${prefix}/${version}/monitoring/cluster-monitoring/ -> ${base}/${version}/monitoring-logging/monitoring/
8888
[*-master]: ${prefix}/${version}/compatibility/ -> ${base}/${version}/references/compatibility/
8989
[*-master]: ${prefix}/${version}/whats-new/ -> ${base}/${version}/references/release-notes/
9090
[*-master]: ${prefix}/${version}/upgrade/ -> ${base}/${version}/references/upgrade/

source/monitoring-logging/monitoring.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ about servers added to the topology:
159159
.. _php-register:
160160

161161
Register an Event Subscriber
162-
----------------------------
162+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
163163

164164
After creating a class that implements your subscriber interface,
165165
you must register this class with a ``MongoDB\Client`` to receive
@@ -168,7 +168,7 @@ event notifications for your client. To register a subscriber, call the
168168
of your subscriber class as a parameter.
169169

170170
Example
171-
~~~~~~~
171+
```````
172172

173173
The following code registers the command and SDAM event subscribers
174174
created in the :ref:`php-subscribe` section of this page with a

0 commit comments

Comments
 (0)