Skip to content

Commit 1697734

Browse files
committed
fix
1 parent a981288 commit 1697734

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/upgrade.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Version 5.0 Breaking Changes
130130
- This driver version removes the ``DBCollection.getStats()`` and ``DBCollection.isCapped()``
131131
helper methods for the ``collStats`` command. Instead of these methods, you can use the
132132
``$collStats`` aggregation pipeline stage. For an example of how to use this pipeline
133-
stage, see :ref:`What's New <java-deprecations-4.11>` for v4.11 of the {+driver-short+}.
133+
stage, see :manual:`What's New <java-deprecations-4.11>` for v4.11 of the {+driver-short+}.
134134

135135
- This driver version removes the ``IterableCodec`` and ``MapCodec`` types.
136136
Use ``MapCodecProvider`` instead of ``MapCodec`` and ``CollectionCodecProvider``
@@ -146,8 +146,8 @@ Version 5.0 Breaking Changes
146146
- ``IndexOptions.bucketSize()``
147147

148148
Instead, you can use the ``$geoNear`` aggregation pipeline stage or a geospatial
149-
query operator on a 2d index. For more information about geospatial queries, see the
150-
`Server manual <https://www.mongodb.com/docs/manual/geospatial-queries/#geospatial-queries-1>`__.
149+
query operator on a 2d index. For more information, see the
150+
:manual:`Geospatial Queries page </geospatial-queries>` in the {+mdb-server+} manual.
151151

152152
- This driver version removes the ``oplogReplay`` option from find operations. This
153153
includes the following methods:

0 commit comments

Comments
 (0)