File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ application to a MongoDB deployment using the driver in the following
24
24
sections:
25
25
26
26
- :ref:`Create a MongoClient <java-mongoclient>`
27
- - :ref:`Specify Connection Options <java-connection-options>`
27
+ - :ref:`Specify Connection Options <java-specify- connection-options>`
28
28
- :ref:`Connection Troubleshooting <java-connection-troubleshooting>`
29
29
30
30
For information about authenticating with a MongoDB instance,
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ against the connected secondary node if you set the read preference to
245
245
246
246
You can also specify the ``serverSelectionTimeoutMS`` connection option
247
247
to adjust the amount of time in which the driver must select a server. To
248
- learn more, see the :ref:`java-connection-options` guide.
248
+ learn more, see the :ref:`java-connection-uri- options` guide.
249
249
250
250
.. _java-miscellaneous-errors:
251
251
Original file line number Diff line number Diff line change 1
- .. _java-connection-options:
1
+ .. _java-specify- connection-options:
2
2
3
3
==========================
4
4
Specify Connection Options
@@ -27,5 +27,5 @@ Specify Connection Options
27
27
- :ref:`Stable API <stable-api-java>`
28
28
- :ref:`Network Compression <network-compression>`
29
29
- :ref:`JNDI Datasource <jndi>`
30
- - `AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>`
30
+ - `AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>`__
31
31
- :ref:`Connection Security Options <security-connection-settings>`
You can’t perform that action at this time.
0 commit comments