Skip to content

Commit 9938ff8

Browse files
authored
remove redundant connection guide link (#149)
1 parent 05beabe commit 9938ff8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/usage-examples.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ Connection String
5353
Follow the :ref:`"Connect to your Cluster" <golang-connect-to-your-cluster>`
5454
step to find the
5555
:manual:`connection string </reference/connection-string/>` to define your
56-
``MONGODB_URI`` environment variable to run our usage examples. If your
56+
``MONGODB_URI`` environment variable to run the usage examples. If your
5757
instance uses :manual:`SCRAM authentication </core/security-scram/>`,
5858
you can replace ``<user>`` with your username, ``<password>`` with your
59-
password, and ``<cluster-url>`` with the IP address or URL of your instance.
59+
password, and ``<cluster-url>`` with the URL or IP address of your instance.
6060

6161
To learn more about connecting to your MongoDB instance, see :ref:`golang-connection-guide`.
6262

@@ -65,7 +65,7 @@ Environment Variable
6565

6666
To connect the example to your MongoDB instance, you must :ref:`define
6767
an environment variable <golang-usage-examples-env-variable>` with
68-
:ref:`your connection string <golang-usage-examples-connection-string>`.
68+
your connection string.
6969

7070
.. code-block:: go
7171

0 commit comments

Comments
 (0)