Skip to content

Commit ce1b4e8

Browse files
author
Chris Cho
authored
DOCSP-11555: fix link to atlas in quickstart (#120)
* DOCSP-11555: fix link to atlas in quickstart
1 parent e5f6793 commit ce1b4e8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

source/fundamentals/connection.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Format </reference/connection-string/#standard-connection-string-format>`.
2828
.. note::
2929

3030
If your deployment is on MongoDB Atlas, follow the
31-
:atlas:`Atlas driver connection guide <driver-connection?tck=docs_driver_nodejs>`
31+
:atlas:`Atlas driver connection guide </driver-connection?tck=docs_driver_nodejs>`
3232
to retrieve your connection string.
3333

3434
The next part of the connection string contains your username and password

source/includes/atlas-search.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. note::
22

3-
:atlas:`Atlas Search <atlas-search?tck=docs_driver_nodejs>` makes it easy
3+
:atlas:`Atlas Search </atlas-search?tck=docs_driver_nodejs>` makes it easy
44
to build fast, relevance-based search capabilities on top of your MongoDB
55
data. Try it today on
66
`MongoDB Atlas <https://www.mongodb.com/cloud/atlas?tck=docs_driver_nodejs>`__,

source/quick-start.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Set up a Free Tier Cluster in Atlas
9898

9999
After installing the Node MongoDB driver, create a MongoDB instance to store
100100
and manage your data. Complete the
101-
:atlas:`Get Started with Atlas <getting-started?tck=docs_driver_nodejs>` guide
101+
:atlas:`Get Started with Atlas </getting-started?tck=docs_driver_nodejs>` guide
102102
to set up a new Atlas account, free tier cluster (MongoDB instance), load
103103
datasets, and interact with the data.
104104

source/usage-examples.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ How to Use the Usage Examples
3535
-----------------------------
3636

3737
These examples use the
38-
:atlas:`MongoDB Atlas sample data <sample-data?tck=docs_driver_nodejs>`
38+
:atlas:`MongoDB Atlas sample data </sample-data?tck=docs_driver_nodejs>`
3939
database. You can use this sample data on the free tier
4040
of MongoDB Atlas by following the :atlas:`Get Started with Atlas
41-
<getting-started/#atlas-getting-started?tck=docs_driver_nodejs>` guide or you
41+
</getting-started/#atlas-getting-started?tck=docs_driver_nodejs>` guide or you
4242
can :guides:`import the sample dataset into a local MongoDB instance
4343
</server/import>`.
4444

0 commit comments

Comments
 (0)