@@ -1022,7 +1022,7 @@ See the `PyMongo 4.0 release notes in JIRA`_ for the list of resolved issues
10221022in this release.
10231023
10241024.. _PyMongo 4.0 release notes in JIRA : https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=18463
1025- .. _DBRef specification : https://github.com/mongodb/specifications/blob/5a8c8d7 /source/dbref.rst
1025+ .. _DBRef specification : https://github.com/mongodb/specifications/blob/master /source/dbref/dbref.md
10261026
10271027Changes in Version 3.13.0 (2022/11/01)
10281028--------------------------------------
@@ -1557,7 +1557,7 @@ Unavoidable breaking changes:
15571557 bumped to 1.16.0. This is a breaking change for applications that use
15581558 PyMongo's SRV support with a version of ``dnspython `` older than 1.16.0.
15591559
1560- .. _URI options specification : https://github.com/mongodb/specifications/blob/master/source/uri-options/uri-options.rst
1560+ .. _URI options specification : https://github.com/mongodb/specifications/blob/master/source/uri-options/uri-options.md
15611561
15621562
15631563Issues Resolved
@@ -1581,7 +1581,7 @@ Changes in Version 3.8.0 (2019/04/22)
15811581 must upgrade to PyPy3.5+.
15821582
15831583- :class: `~bson.objectid.ObjectId ` now implements the `ObjectID specification
1584- version 0.2 <https://github.com/mongodb/specifications/blob/master/source/objectid.rst> `_.
1584+ version 0.2 <https://github.com/mongodb/specifications/blob/master/source/bson-objectid/ objectid.rst> `_.
15851585- For better performance and to better follow the GridFS spec,
15861586 :class: `~gridfs.grid_file.GridOut ` now uses a single cursor to read all the
15871587 chunks in the file. Previously, each chunk in the file was queried
@@ -1943,7 +1943,7 @@ Highlights include:
19431943 :class: `~pymongo.operations.UpdateOne `, and
19441944 :class: `~pymongo.operations.UpdateMany `.
19451945- Implemented the `MongoDB Extended JSON
1946- <https://github.com/mongodb/specifications/blob/master/source/extended-json.rst > `_
1946+ <https://github.com/mongodb/specifications/blob/master/source/extended-json/extended-json.md > `_
19471947 specification.
19481948- :class: `~bson.decimal128.Decimal128 ` now works when cdecimal is installed.
19491949- PyMongo is now tested against a wider array of operating systems and CPU
0 commit comments