Skip to content

Commit d39b116

Browse files
updated the links to connect to Atlas (#75)
1 parent 0619b85 commit d39b116

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

source/fundamentals/connection.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ servers in rotation without reconfiguring clients.
3838
.. note::
3939

4040
If your deployment is on MongoDB Atlas, see the
41-
:atlas:`Atlas driver connection guide </driver-connection>`
42-
and select Go from the language dropdown to retrieve your connection string.
41+
:ref:`Quick Start guide <connect-to-your-cluster>` to learn how to
42+
retrieve your connection string.
4343

4444
The next part of the connection string contains your username and, if
4545
you are using password-based authentication, your password. Replace the value of

source/includes/quick-start/atlas-setup.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,7 @@ to your clipboard as shown below.
4343

4444
Save your Atlas connection string in a safe location that you can access
4545
for the next step.
46+
47+
For more information on conencting to the Go driver through Atlas, see
48+
the :atlas:`Atlas driver connection guide </driver-connection>`
49+
and select **Go** from the *Select your language* dropdown.

0 commit comments

Comments
 (0)