@@ -376,7 +376,7 @@ Deprecations
376376.. _PYTHON-2466 : https://jira.mongodb.org/browse/PYTHON-2466
377377.. _PYTHON-1690 : https://jira.mongodb.org/browse/PYTHON-1690
378378.. _PYTHON-2472 : https://jira.mongodb.org/browse/PYTHON-2472
379- .. _profile command : https://docs. mongodb.com/manual/reference/command/profile/
379+ .. _profile command : https://mongodb.com/docs /manual/reference/command/profile/
380380
381381Issues Resolved
382382...............
@@ -548,7 +548,7 @@ Unavoidable breaking changes:
548548 now always raises the following error:
549549 ``InvalidOperation: GridFS does not support multi-document transactions ``
550550
551- .. _validate command : https://docs. mongodb.com/manual/reference/command/validate/
551+ .. _validate command : https://mongodb.com/docs /manual/reference/command/validate/
552552
553553Issues Resolved
554554...............
@@ -896,7 +896,7 @@ Deprecations:
896896- Deprecated :meth: `pymongo.collection.Collection.count ` and
897897 :meth: `pymongo.cursor.Cursor.count `. These two methods use the `count `
898898 command and `may or may not be accurate
899- <https://docs. mongodb.com/manual/reference/command/count/#behavior> `_,
899+ <https://mongodb.com/docs /manual/reference/command/count/#behavior> `_,
900900 depending on the options used and connected MongoDB topology. Use
901901 :meth: `~pymongo.collection.Collection.count_documents ` instead.
902902- Deprecated the snapshot option of :meth: `~pymongo.collection.Collection.find `
@@ -1112,7 +1112,7 @@ Changes and Deprecations:
11121112- Deprecated the MongoClient option `socketKeepAlive `. It now defaults to true
11131113 and disabling it is not recommended, see `does TCP keepalive time affect
11141114 MongoDB Deployments?
1115- <https://docs. mongodb.com/manual/faq/diagnostics/#does-tcp-keepalive-time-affect-mongodb-deployments-> `_
1115+ <https://mongodb.com/docs /manual/faq/diagnostics/#does-tcp-keepalive-time-affect-mongodb-deployments-> `_
11161116- Deprecated :meth: `~pymongo.collection.Collection.initialize_ordered_bulk_op `,
11171117 :meth: `~pymongo.collection.Collection.initialize_unordered_bulk_op `, and
11181118 :class: `~pymongo.bulk.BulkOperationBuilder `. Use
@@ -2408,15 +2408,15 @@ Important New Features:
24082408- Support for mongos failover.
24092409- A new :meth: `~pymongo.collection.Collection.aggregate ` method to support
24102410 MongoDB's new `aggregation framework
2411- <http://docs. mongodb.org /manual/applications/aggregation/> `_.
2411+ <http://mongodb.com/docs /manual/applications/aggregation/> `_.
24122412- Support for legacy Java and C# byte order when encoding and decoding UUIDs.
24132413- Support for connecting directly to an arbiter.
24142414
24152415.. warning ::
24162416
24172417 Starting with MongoDB 2.2 the getLastError command requires authentication
24182418 when the server's `authentication features
2419- <http ://www.mongodb.org/display/DOCS/Security+and+Authentication > `_ are enabled.
2419+ <https ://www.mongodb.com/docs/manual/core/authentication/ > `_ are enabled.
24202420 Changes to PyMongo were required to support this behavior change. Users of
24212421 authentication must upgrade to PyMongo 2.3 (or newer) for "safe" write operations
24222422 to function correctly.
0 commit comments