Skip to content

Commit a4657e7

Browse files
authored
DOCSP-28137 addresses v6.0 build errors (#2593)
1 parent 3e4248b commit a4657e7

File tree

9 files changed

+17
-13
lines changed

9 files changed

+17
-13
lines changed

source/administration/health-managers.txt

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

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

7878
Intensity
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
@@ -86,7 +86,7 @@ Reference
8686
:ref:`metadata-system-collections`
8787
Describes the collections that MongoDB reserves for internal use.
8888

89-
:ref:`mongo`
89+
:ref:`mongo <mongo>`
9090
Documentation of JavaScript methods and helpers in
9191
the legacy :binary:`~bin.mongo` shell.
9292

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
@@ -75,7 +75,8 @@ Syntax
7575
specify the function as :ref:`BSON type <bson-types>` JavaScript
7676
(BSON Type 13) or String (BSON Type 2).
7777

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

8081

8182

@@ -88,7 +89,8 @@ Syntax
8889
the function as BSON type JavaScript (BSON Type 13) or String
8990
(BSON Type 2).
9091

91-
See :ref:`mapreduce-reduce-mtd` for more information.
92+
See :ref:`Requirements for the reduce Function
93+
<mapreduce-reduce-mtd>` for more information.
9294

9395

9496

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

131-
See :ref:`mapreduce-out-mtd` for more information.
133+
See :ref:`out Options <mapreduce-out-mtd>` for more information.
134+
132135

133136

134137

@@ -170,7 +173,8 @@ The following table describes additional arguments that
170173
the ``reduce`` function. You can specify the function as BSON type
171174
JavaScript (BSON Type 13) or String (BSON Type 2).
172175

173-
See :ref:`mapreduce-finalize-mtd` for more information.
176+
See :ref:`Requirements for the finalize Function
177+
<mapreduce-finalize-mtd>` for more information.
174178

175179

176180

source/reference/operator/aggregation/arrayElemAt.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@ See Also
114114

115115
- :group:`$first`
116116

117-
- :group:`last`
117+
- :group:`$last`
118118

119119
- :ref:`agg-quick-ref-operator-array`

source/reference/parameters.txt

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

43084308
mongod --setParameter findChunksOnConfigTimeoutMS=1000000
43094309

4310+
.. include:: /includes/health-manager-short-names.rst
43104311

43114312
.. _health-manager-parameters:
43124313

4313-
.. include:: /includes/health-manager-short-names.rst
4314-
43154314
Health Manager Parameters
43164315
~~~~~~~~~~~~~~~~~~~~~~~~~
43174316

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)