@@ -54,9 +54,9 @@ verify that the connection is successful:
5454.. important::
5555
5656 New Serverless instances can no longer be created, and as of May 5 2025, all
57- existing Serverless instances will be migrated. The `All Clusters
57+ existing Serverless instances have been migrated. The `All Clusters
5858 <https://cloud.mongodb.com/v2#/clusters>`__ page in the Atlas UI shows which tiers
59- your instances will be migrated to, based on usage. See the :ref:`Manage
59+ your instances are migrated to based on usage. See the :ref:`Manage
6060 Serverless Instances <manage-serverless-instances>` page to learn more about
6161 how to manually handle existing Serverless instances.
6262
@@ -107,7 +107,7 @@ When connecting to a replica set, the driver takes the following actions by defa
107107Direct Connection
108108~~~~~~~~~~~~~~~~~
109109
110- To force operations on the host designated in the connection URI ,
110+ To force operations on the host designated in the connection string ,
111111specify the ``directConnection`` option. Direct connections exhibit the
112112following behavior:
113113
@@ -125,6 +125,10 @@ API Documentation
125125-----------------
126126
127127To learn more about connecting to different MongoDB instances with a
128- ``MongoClient``, see the `MongoClient API
129- Documentation <https://mongodb.github.io/node-mongodb-native/6.17/classes/MongoClient.html>`__.
128+ ``MongoClient``, see the following API Documentation:
129+
130+ - `MongoClient <https://mongodb.github.io/node-mongodb-native/6.17/classes/MongoClient.html>`__
131+ - `options <https://mongodb.github.io/node-mongodb-native/6.17/classes/MongoClient.html#options>`__
132+ - `connect <https://mongodb.github.io/node-mongodb-native/6.17/classes/MongoClient.html#connect>`__
133+ - `readPreference <https://mongodb.github.io/node-mongodb-native/6.17/classes/MongoClient.html#readPreference>`__
130134
0 commit comments