@@ -34,11 +34,12 @@ operations. Each example provides:
34
34
How to Use the Usage Examples
35
35
-----------------------------
36
36
37
- These examples use the :atlas:`MongoDB Atlas sample data <sample-data>`
37
+ These examples use the
38
+ :atlas:`MongoDB Atlas sample data <sample-data?tck=docs_driver_nodejs>`
38
39
database. You can use this sample data on the free tier
39
40
of MongoDB Atlas by following the :atlas:`Get Started with Atlas
40
- <getting-started/#atlas-getting-started>` guide or you can
41
- :guides:`import the sample dataset into a local MongoDB instance
41
+ <getting-started/#atlas-getting-started?tck=docs_driver_nodejs >` guide or you
42
+ can :guides:`import the sample dataset into a local MongoDB instance
42
43
</server/import>`.
43
44
44
45
Once you have imported the dataset, you can copy and paste a usage
@@ -61,6 +62,6 @@ Atlas and find the :manual:`connection string
61
62
usage example. If your instance uses :manual:`SCRAM authentication
62
63
</core/security-scram/>`, you can replace ``<user>`` with your username,
63
64
``<password>`` with your password, and ``<cluster-url>`` with the IP
64
- address or URL of your instance. Consult the
65
- :doc:`Connection Guide </fundamentals/connection>` for more information
65
+ address or URL of your instance. Consult the
66
+ :doc:`Connection Guide </fundamentals/connection>` for more information
66
67
about getting connected to your MongoDB instance.
0 commit comments