Skip to content

DOP-1883: address legacy links to ecosystem docs #5350

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/core/read-preference-hedge-option.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ To use hedged reads, enable the hedge read option for non-``primary``
read preferences. Read preference :readmode:`nearest` specifies hedged
read by default.

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

- When using the :binary:`~bin.mongo` shell, you can use the helper
methods :method:`cursor.readPref()` and :method:`Mongo.setReadPref()`.
Expand Down
3 changes: 1 addition & 2 deletions source/reference/connection-string.txt
Original file line number Diff line number Diff line change
Expand Up @@ -842,8 +842,7 @@ on a per-connection basis in the connection string.
.. note::

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

For example:

Expand Down
9 changes: 3 additions & 6 deletions source/tutorial/upgrade-revision.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ Compatibility Considerations

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

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

.. important::

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

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

#. Upgrade sharded clusters, as described in
:ref:`upgrade-sharded-cluster`.
Expand Down