Skip to content

Commit d72679a

Browse files
committed
add anchor to page to avoid broken link
1 parent 6496b23 commit d72679a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/connect/mongoclient.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ URI and a ``MongoClientOptions`` object.
9797
As each ``MongoClient`` represents a pool of connections to the
9898
database, most applications only require a single instance of a
9999
``MongoClient``, even across multiple requests. To learn more about
100-
how connection pools work in the driver, see the :ref:`FAQ page
100+
how connection pools work in the driver, see the :ref:`Connection Pools page
101101
<node-connection-pools>`.
102102

103103
Use the ``serverApi`` option in your ``MongoClientOptions`` object to

0 commit comments

Comments
 (0)