Skip to content

Commit c2d9c76

Browse files
committed
build errors
1 parent 680da1e commit c2d9c76

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

source/connection.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ application to a MongoDB deployment using the driver in the following
2424
sections:
2525

2626
- :ref:`Create a MongoClient <java-mongoclient>`
27-
- :ref:`Specify Connection Options <java-connection-options>`
27+
- :ref:`Specify Connection Options <java-specify-connection-options>`
2828
- :ref:`Connection Troubleshooting <java-connection-troubleshooting>`
2929

3030
For information about authenticating with a MongoDB instance,

source/connection/connection-troubleshooting.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ against the connected secondary node if you set the read preference to
245245

246246
You can also specify the ``serverSelectionTimeoutMS`` connection option
247247
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.
249249

250250
.. _java-miscellaneous-errors:
251251

source/connection/specify-connection-options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _java-connection-options:
1+
.. _java-specify-connection-options:
22

33
==========================
44
Specify Connection Options
@@ -27,5 +27,5 @@ Specify Connection Options
2727
- :ref:`Stable API <stable-api-java>`
2828
- :ref:`Network Compression <network-compression>`
2929
- :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/>`__
3131
- :ref:`Connection Security Options <security-connection-settings>`

0 commit comments

Comments
 (0)