Skip to content

Commit 67b506a

Browse files
committed
Fix async API link
1 parent ec0c4e5 commit 67b506a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Changes in Version 4.13.0 (2025/05/14)
77
PyMongo 4.13 brings a number of changes including:
88

99
- The asynchronous API is now stable and no longer in beta.
10-
See the `API docs <https://pymongo.readthedocs.io/en/stable/api/pymongo/asynchronous/>`_
11-
or `migration guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`_ for more information.
10+
See the :mod:`pymongo.asynchronous` docs
11+
or the `migration guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`_ for more information.
1212
- Fixed a bug where :class:`pymongo.write_concern.WriteConcern` repr was not eval-able
1313
when using ``w="majority"``.
1414

0 commit comments

Comments
 (0)