@@ -1027,7 +1027,7 @@ See the `PyMongo 4.0 release notes in JIRA`_ for the list of resolved issues
10271027in this release.
10281028
10291029.. _PyMongo 4.0 release notes in JIRA : https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=18463
1030- .. _DBRef specification : https://github.com/mongodb/specifications/blob/5a8c8d7 /source/dbref.rst
1030+ .. _DBRef specification : https://github.com/mongodb/specifications/blob/master /source/dbref/dbref.md
10311031
10321032Changes in Version 3.13.0 (2022/11/01)
10331033--------------------------------------
@@ -1562,7 +1562,7 @@ Unavoidable breaking changes:
15621562 bumped to 1.16.0. This is a breaking change for applications that use
15631563 PyMongo's SRV support with a version of ``dnspython `` older than 1.16.0.
15641564
1565- .. _URI options specification : https://github.com/mongodb/specifications/blob/master/source/uri-options/uri-options.rst
1565+ .. _URI options specification : https://github.com/mongodb/specifications/blob/master/source/uri-options/uri-options.md
15661566
15671567
15681568Issues Resolved
@@ -1586,7 +1586,7 @@ Changes in Version 3.8.0 (2019/04/22)
15861586 must upgrade to PyPy3.5+.
15871587
15881588- :class: `~bson.objectid.ObjectId ` now implements the `ObjectID specification
1589- version 0.2 <https://github.com/mongodb/specifications/blob/master/source/objectid.rst > `_.
1589+ version 0.2 <https://github.com/mongodb/specifications/blob/master/source/bson- objectid/objectid.md > `_.
15901590- For better performance and to better follow the GridFS spec,
15911591 :class: `~gridfs.grid_file.GridOut ` now uses a single cursor to read all the
15921592 chunks in the file. Previously, each chunk in the file was queried
@@ -1948,7 +1948,7 @@ Highlights include:
19481948 :class: `~pymongo.operations.UpdateOne `, and
19491949 :class: `~pymongo.operations.UpdateMany `.
19501950- Implemented the `MongoDB Extended JSON
1951- <https://github.com/mongodb/specifications/blob/master/source/extended-json.rst > `_
1951+ <https://github.com/mongodb/specifications/blob/master/source/extended-json/extended-json.md > `_
19521952 specification.
19531953- :class: `~bson.decimal128.Decimal128 ` now works when cdecimal is installed.
19541954- PyMongo is now tested against a wider array of operating systems and CPU
0 commit comments