Skip to content

Commit 686a69e

Browse files
committed
update refs
1 parent 1bced27 commit 686a69e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/connection/mongoclientsettings.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ connection behavior:
112112
- Sets the :ref:`command listeners <command-events-java>`.
113113

114114
* - ``compressorList()``
115-
- Sets the :ref:`compressors <compression>` to use for compressing
115+
- Sets the :ref:`compressors <java-compression>` to use for compressing
116116
messages to the server.
117117

118118
* - ``credential()``

source/usage-examples/updateMany.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ We use the ``Updates`` builder, a factory class that contains static
7070
helper methods to construct the update document. While you can pass an update
7171
document instead of using the builder, the builder provides type checking and
7272
simplified syntax. Read our
73-
:doc:`guide on Updates </builders/updates>` in the Builders
73+
:ref:`guide on Updates <updates-builders>` in the Builders
7474
section for more information.
7575

7676
.. include:: /includes/connect-guide-note.rst

source/usage-examples/updateOne.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ We use the ``Updates`` builder, a factory class that contains static
6969
helper methods, to construct the update document. While you can pass an update
7070
document instead of using the builder, the builder provides type checking and
7171
simplified syntax. For more information about the ``Updates`` builder, see our
72-
:doc:`guide on the Updates builder </builders/updates/>`.
72+
:ref:`guide on Updates <updates-builders>`.
7373

7474
.. include:: /includes/connect-guide-note.rst
7575

0 commit comments

Comments
 (0)