Skip to content

Commit

Permalink
full page title in link
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-smith721 committed Oct 16, 2024
1 parent 4bf4f20 commit 87b991a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/connect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ instance of MongoDB:
client = mongoc_client_new ("mongodb://localhost:27017");

To learn more about connecting to local deployments, see :ref:`c-connect-local`
in the Connection Target guide.
in the Choose a Connection Target guide.

Atlas
~~~~~
Expand All @@ -85,7 +85,7 @@ deployment hosted on Atlas:
client = mongoc_client_new ("mongodb+srv://<db_username>:<db_password>@<hostname>/?<options>");

To learn more about connecting to Atlas, see :ref:`c-connect-atlas` in the
Connection Target guide.
Choose a Connection Target guide.

Replica Set
~~~~~~~~~~~
Expand All @@ -98,7 +98,7 @@ replica set:
client = mongoc_client_new ("mongodb+srv://<replica-set-member>/?replicaSet=<replica_set_name>");

To learn more about connecting to replica sets, see
:ref:`c-connect-replica-sets` in the Connection Target guide.
:ref:`c-connect-replica-sets` in the Choose a Connection Target guide.

Transport Layer Security (TLS)
------------------------------
Expand Down

0 comments on commit 87b991a

Please sign in to comment.