File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Format </reference/connection-string/#standard-connection-string-format>`.
28
28
.. note::
29
29
30
30
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>`
32
32
to retrieve your connection string.
33
33
34
34
The next part of the connection string contains your username and password
Original file line number Diff line number Diff line change 1
1
.. note ::
2
2
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
4
4
to build fast, relevance-based search capabilities on top of your MongoDB
5
5
data. Try it today on
6
6
`MongoDB Atlas <https://www.mongodb.com/cloud/atlas?tck=docs_driver_nodejs >`__,
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ Set up a Free Tier Cluster in Atlas
98
98
99
99
After installing the Node MongoDB driver, create a MongoDB instance to store
100
100
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
102
102
to set up a new Atlas account, free tier cluster (MongoDB instance), load
103
103
datasets, and interact with the data.
104
104
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ How to Use the Usage Examples
35
35
-----------------------------
36
36
37
37
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>`
39
39
database. You can use this sample data on the free tier
40
40
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
42
42
can :guides:`import the sample dataset into a local MongoDB instance
43
43
</server/import>`.
44
44
You can’t perform that action at this time.
0 commit comments