From 3c41a1b725e69d9c3714546ce6c1be7c4ca2130b Mon Sep 17 00:00:00 2001 From: Allison Reinheimer Moore Date: Wed, 12 May 2021 11:21:20 -0400 Subject: [PATCH] DOP-1883: address legacy links to ecosystem docs --- source/core/read-preference-hedge-option.txt | 4 ++-- source/reference/connection-string.txt | 3 +-- source/tutorial/upgrade-revision.txt | 9 +++------ 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/source/core/read-preference-hedge-option.txt b/source/core/read-preference-hedge-option.txt index bee07b2c6c0..b9f83dcc5f5 100644 --- a/source/core/read-preference-hedge-option.txt +++ b/source/core/read-preference-hedge-option.txt @@ -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 - `__. +- 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()`. diff --git a/source/reference/connection-string.txt b/source/reference/connection-string.txt index 3770f498954..34fedec001e 100644 --- a/source/reference/connection-string.txt +++ b/source/reference/connection-string.txt @@ -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 - `__. + :driver:`drivers' read preference API `. For example: diff --git a/source/tutorial/upgrade-revision.txt b/source/tutorial/upgrade-revision.txt index 942a46dc49f..6896895e840 100644 --- a/source/tutorial/upgrade-revision.txt +++ b/source/tutorial/upgrade-revision.txt @@ -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 - ` pages for more information. + - The :driver:`documentation for your driver `. .. important:: @@ -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 ` page. + MongoDB Drivers. To upgrade, see the + :driver:`documentation for your driver `. #. Upgrade sharded clusters, as described in :ref:`upgrade-sharded-cluster`.