Skip to content

Commit 692d282

Browse files
authored
cherry pick (#2675)
1 parent 0671c14 commit 692d282

File tree

9 files changed

+25
-12
lines changed

9 files changed

+25
-12
lines changed

source/administration/health-managers.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ Examples
7272
--------
7373

7474
The following examples show how |HMS| can be configured. For
75-
information on |HM| parameters, see :ref:`health-manager-parameters`.
75+
information on |HM| parameters, see :ref:`Health Manager Parameters
76+
<health-manager-parameters>`.
7677

7778
Intensity
7879
~~~~~~~~~
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.. |HM| replace:: Health Manager
22
.. |HMS| replace:: Health Managers
3-
.. |HMREF| replace:: :ref:`<health-managers-overview>`
3+
.. |HMREF| replace:: :ref:`Health Managers Overview <health-managers-overview>`

source/reference.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,13 @@ Reference
8282

8383
:doc:`/reference/stable-api`
8484
Describes the Stable API.
85+
86+
:ref:`metadata-system-collections`
87+
Describes the collections that MongoDB reserves for internal use.
88+
89+
:ref:`mongo <mongo>`
90+
Documentation of JavaScript methods and helpers in
91+
the legacy :binary:`~bin.mongo` shell.
8592

8693
.. seealso::
8794

source/reference/method/KeyVault.createKey.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ The following example is intended for rapid evaluation of
180180
client-side field level encryption. For specific examples of using
181181
:method:`KeyVault.createKey()` with each supported
182182
:abbr:`KMS (Key Management Service)` provider, see
183-
:ref:`qe-field-level-encryption-data-key-create`.
183+
:ref:`Create a Data Key <qe-field-level-encryption-data-key-create>`.
184184

185185
.. include:: /includes/extracts/csfle-connection-boilerplate.rst
186186

source/reference/method/Mongo.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ following parameters:
167167
to :binary:`~bin.mongosh` using the :option:`--eval
168168
<mongosh --eval>` option. This minimizes the chances of credentials
169169
leaking into logs. See
170-
:ref:`qe-field-level-encryption-data-key-create` for examples of
170+
:ref:`Create a Data Key
171+
<qe-field-level-encryption-data-key-create>` for examples of
171172
this approach for each supported KMS.
172173

173174
Amazon Web Services KMS

source/reference/method/db.collection.mapReduce.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ Syntax
7878
type 13 </reference/bson-types/>`) or String (i.e. :doc:`BSON
7979
type 2 </reference/bson-types/>`).
8080

81-
See :ref:`mapreduce-map-mtd` for more information.
81+
See :ref:`Requirements for the map Function <mapreduce-map-mtd>`
82+
for more information.
8283

8384

8485

@@ -92,7 +93,8 @@ Syntax
9293
</reference/bson-types/>`) or String (i.e. :doc:`BSON type 2
9394
</reference/bson-types/>`).
9495

95-
See :ref:`mapreduce-reduce-mtd` for more information.
96+
See :ref:`Requirements for the reduce Function
97+
<mapreduce-reduce-mtd>` for more information.
9698

9799

98100

@@ -132,7 +134,8 @@ The following table describes additional arguments that
132134
performing map-reduce operations on the primary members of the set;
133135
on :term:`secondary` members you may only use the ``inline`` output.
134136

135-
See :ref:`mapreduce-out-mtd` for more information.
137+
See :ref:`out Options <mapreduce-out-mtd>` for more information.
138+
136139

137140

138141

@@ -175,7 +178,8 @@ The following table describes additional arguments that
175178
JavaScript (i.e. :doc:`BSON type 13 </reference/bson-types/>`)
176179
or String (i.e. :doc:`BSON type 2 </reference/bson-types/>`).
177180

178-
See :ref:`mapreduce-finalize-mtd` for more information.
181+
See :ref:`Requirements for the finalize Function
182+
<mapreduce-finalize-mtd>` for more information.
179183

180184

181185

source/reference/parameters.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4302,11 +4302,10 @@ Sharding Parameters
43024302

43034303
mongod --setParameter findChunksOnConfigTimeoutMS=1000000
43044304

4305+
.. include:: /includes/health-manager-short-names.rst
43054306

43064307
.. _health-manager-parameters:
43074308

4308-
.. include:: /includes/health-manager-short-names.rst
4309-
43104309
Health Manager Parameters
43114310
~~~~~~~~~~~~~~~~~~~~~~~~~
43124311

source/reference/read-concern-majority.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,13 @@ Read Your Own Writes
134134

135135
.. include:: /includes/fact-read-own-writes.rst
136136

137-
.. _disable-read-concern-majority:
138137

139138

140139
.. If you change this headline please also change the redirect that
141140
.. links from #disable-read-concern-majority to this headline.
142141

142+
.. _disable-read-concern-majority:
143+
143144
Primary-Secondary-Arbiter Replica Sets
144145
--------------------------------------
145146

source/tutorial/convert-replica-set-to-replicated-shard-cluster.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The procedure is as follows:
3131
:ref:`convert-add-initial-shard`.
3232

3333
#. Create a second shard and add to the cluster. See
34-
:ref:`convert-add-second-shard`.
34+
:ref:`Add Second Shard <convert-add-second-shard>`.
3535

3636
#. Shard the desired collection. See :ref:`convert-shard-collection`.
3737

0 commit comments

Comments
 (0)