Skip to content

Commit d713ace

Browse files
committed
connection labels
1 parent 31965d5 commit d713ace

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

source/connection/mongoclient.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Replace these values to refer to your MongoDB instance.
134134
The last part of the connection URI contains connection options as parameters.
135135
In the example, you set two connection options: ``maxPoolSize=20`` and
136136
``w=majority``. For more information about connection options, skip to the
137-
:ref:`connection-options` section of this guide.
137+
:ref:`java-specify-connection-options` section of this guide.
138138

139139
.. _connection-uri-srv:
140140

source/connection/specify-connection-options.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.. _java-specify-connection-options:
2+
.. _connection-options:
3+
.. _specify-mongoclient-settings:
24

35
==========================
46
Specify Connection Options

source/connection/specify-connection-options/cluster-settings.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ String` or :guilabel:`MongoClientSettings` tab to see the options available:
188188
.. tip::
189189

190190
This is analogous to the ``directConnection`` parameter you can specify
191-
in your connection URI. See :ref:`<connection-options>` for more
191+
in your connection URI. See the Connection String tab for more
192192
information.
193193

194194
For more information about the chained methods, see the `MongoClientSettings.Builder

0 commit comments

Comments
 (0)