File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
specify-connection-options Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ Replace these values to refer to your MongoDB instance.
134134The last part of the connection URI contains connection options as parameters.
135135In 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
Original file line number Diff line number Diff line change 11.. _java-specify-connection-options:
2+ .. _connection-options:
3+ .. _specify-mongoclient-settings:
24
35==========================
46Specify Connection Options
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments