Skip to content

Commit c8b2c98

Browse files
timgrahamnorareidy
authored andcommitted
Replace a hardcoded version number on pymongo docs link
(cherry picked from commit 82d1787)
1 parent e1036da commit c8b2c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/connect.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ This nested dictionary has the following keys:
9595
* - **OPTIONS**
9696
- | A dictionary of additional connection options for the database. This key is optional.
9797
| To see a full list of connection options that you can set in the ``OPTIONS`` key,
98-
see the optional parameters for `MongoClient <https://pymongo.readthedocs.io/en/4.10.1/api/pymongo/mongo_client.html#pymongo.mongo_client.MongoClient>`__
98+
see the optional parameters for `MongoClient <https://pymongo.readthedocs.io/en/stable/api/pymongo/mongo_client.html#pymongo.mongo_client.MongoClient>`__
9999
in the PyMongo API documentation.
100100

101101
.. _django-manual-config-example:

0 commit comments

Comments
 (0)