Skip to content

Commit 09eb185

Browse files
committed
add ref
1 parent 9789c2b commit 09eb185

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

source/connection/connect.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,8 @@ figure explains each part of a sample connection URI:
6060
:alt: An example of a connection string that demonstrates the protocol, credentials, hostname or IP, port, and connection options
6161

6262
In this example, you connect to an Atlas MongoDB deployment that has a
63-
DNS SRV record. For more details, see the :manual:`DNS Seed List
64-
Connection Format
65-
</reference/connection-string/#dns-seed-list-connection-format>`
66-
documentation. This format offers flexibility in deployment and the
67-
ability to change the servers in rotation without reconfiguring clients.
63+
DNS SRV record. For more details, see the :ref:`connection-uri-srv`
64+
section of this guide.
6865

6966
.. note::
7067

@@ -94,6 +91,8 @@ In the example, you set two connection options: ``maxPoolSize=20`` and
9491
``w=majority``. For more information about connection options, skip to the
9592
:ref:`connection-options` section of this guide.
9693

94+
.. _connection-uri-srv:
95+
9796
DNS Service Discovery
9897
~~~~~~~~~~~~~~~~~~~~~
9998

0 commit comments

Comments
 (0)