File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ Version 5.0 Breaking Changes
166
166
- This driver version removes the ``DBCollection.getStats()`` and ``DBCollection.isCapped()``
167
167
helper methods for the ``collStats`` command. Instead of these methods, you can use the
168
168
``$collStats`` aggregation pipeline stage. For an example of how to use this pipeline
169
- stage, see :ref :`What's New <java-deprecations-4.11>` for v4.11 of the {+driver-short+}.
169
+ stage, see :manual :`What's New <java-deprecations-4.11>` for v4.11 of the {+driver-short+}.
170
170
171
171
- This driver version removes the ``IterableCodec`` and ``MapCodec`` types.
172
172
Use ``MapCodecProvider`` instead of ``MapCodec`` and ``CollectionCodecProvider``
@@ -182,8 +182,8 @@ Version 5.0 Breaking Changes
182
182
- ``IndexOptions.bucketSize()``
183
183
184
184
Instead, you can use the ``$geoNear`` aggregation pipeline stage or a geospatial
185
- query operator on a 2d index. For more information about geospatial queries , see the
186
- `Server manual <https://www.mongodb.com/docs/manual/ geospatial-queries/#geospatial-queries-1>`__ .
185
+ query operator on a 2d index. For more information, see the
186
+ :manual:`Geospatial Queries page </ geospatial-queries>` in the {+mdb-server+} manual .
187
187
188
188
- This driver version removes the ``oplogReplay`` option from find operations. This
189
189
includes the following methods:
You can’t perform that action at this time.
0 commit comments