Skip to content

Commit acc5559

Browse files
authored
DOCSP-28137 addresses v6.0 build errors (#2591)
1 parent 90f69ae commit acc5559

File tree

8 files changed

+17
-12
lines changed

8 files changed

+17
-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Reference
8484
:ref:`metadata-system-collections`
8585
Describes the collections that MongoDB reserves for internal use.
8686

87-
:ref:`mongo`
87+
:ref:`mongo <mongo>`
8888
Documentation of JavaScript methods and helpers in
8989
the legacy :binary:`~bin.mongo` shell.
9090

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/csfle-connection-boilerplate-example.rst
186186

source/reference/method/Mongo.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ following parameters:
173173
to :binary:`~bin.mongosh` using the :option:`--eval
174174
<mongosh --eval>` option. This minimizes the chances of credentials
175175
leaking into logs. See
176-
:ref:`qe-field-level-encryption-data-key-create` for examples of
176+
:ref:`Create a Data Key
177+
<qe-field-level-encryption-data-key-create>` for examples of
177178
this approach for each supported KMS.
178179

179180
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
@@ -76,7 +76,8 @@ Syntax
7676
type 13 </reference/bson-types/>`) or String (i.e. :doc:`BSON
7777
type 2 </reference/bson-types/>`).
7878

79-
See :ref:`mapreduce-map-mtd` for more information.
79+
See :ref:`Requirements for the map Function <mapreduce-map-mtd>`
80+
for more information.
8081

8182

8283

@@ -90,7 +91,8 @@ Syntax
9091
</reference/bson-types/>`) or String (i.e. :doc:`BSON type 2
9192
</reference/bson-types/>`).
9293

93-
See :ref:`mapreduce-reduce-mtd` for more information.
94+
See :ref:`Requirements for the reduce Function
95+
<mapreduce-reduce-mtd>` for more information.
9496

9597

9698

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

133-
See :ref:`mapreduce-out-mtd` for more information.
135+
See :ref:`out Options <mapreduce-out-mtd>` for more information.
136+
134137

135138

136139

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

176-
See :ref:`mapreduce-finalize-mtd` for more information.
179+
See :ref:`Requirements for the finalize Function
180+
<mapreduce-finalize-mtd>` for more information.
177181

178182

179183

source/reference/parameters.txt

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

42564256
mongod --setParameter findChunksOnConfigTimeoutMS=1000000
42574257

4258+
.. include:: /includes/health-manager-short-names.rst
42584259

42594260
.. _health-manager-parameters:
42604261

4261-
.. include:: /includes/health-manager-short-names.rst
4262-
42634262
Health Manager Parameters
42644263
~~~~~~~~~~~~~~~~~~~~~~~~~
42654264

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)