Skip to content

Commit bd95f16

Browse files
schmallisojeff-allen-mongo
authored andcommitted
DOP-1883: address legacy links to ecosystem docs
1 parent 6f5c1c0 commit bd95f16

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

source/core/read-preference-hedge-option.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ To use hedged reads, enable the hedge read option for non-``primary``
2626
read preferences. Read preference :readmode:`nearest` specifies hedged
2727
read by default.
2828

29-
- When using the drivers, refer to the `drivers' read preference API
30-
<https://docs.mongodb.com/drivers/drivers>`__.
29+
- When using the drivers, refer to the :driver:`drivers' read preference API
30+
</>`.
3131

3232
- When using the :binary:`~bin.mongo` shell, you can use the helper
3333
methods :method:`cursor.readPref()` and :method:`Mongo.setReadPref()`.

source/reference/connection-string.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -842,8 +842,7 @@ on a per-connection basis in the connection string.
842842
.. note::
843843

844844
To specify the hedged reads option using the drivers, refer to the
845-
`drivers' read preference API
846-
<https://docs.mongodb.com/drivers/drivers>`__.
845+
:driver:`drivers' read preference API </>`.
847846

848847
For example:
849848

source/tutorial/upgrade-revision.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ Compatibility Considerations
3737

3838
- The release notes, located at :doc:`/release-notes`.
3939

40-
- The documentation for your driver. See :driver:`Drivers
41-
</>` and :driver:`Driver Compatibility
42-
</drivers/driver-compatibility-reference>` pages for more information.
40+
- The :driver:`documentation for your driver </>`.
4341

4442
.. important::
4543

@@ -110,9 +108,8 @@ use the procedure :ref:`upgrade-mongodb-instance`.
110108
Follow this upgrade procedure:
111109

112110
1. For deployments that use authentication, first upgrade all of your
113-
MongoDB :driver:`Drivers </>`. To upgrade, see the
114-
documentation for your driver as well as the :driver:`Driver
115-
Compatibility </drivers/driver-compatibility-reference>` page.
111+
MongoDB Drivers. To upgrade, see the
112+
:driver:`documentation for your driver </>`.
116113

117114
#. Upgrade sharded clusters, as described in
118115
:ref:`upgrade-sharded-cluster`.

0 commit comments

Comments
 (0)