Skip to content

Commit fdf53d7

Browse files
ajhuh-mdbjmd-mongo
andauthored
DOCSP-28207 addresses v5.0 build errors (#2607)
* DOCSP-28137 addresses v6.0 build errors (#2593) * DC edits --------- Co-authored-by: jmd-mongo <[email protected]>
1 parent 345e607 commit fdf53d7

File tree

7 files changed

+17
-9
lines changed

7 files changed

+17
-9
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
~~~~~~~~~

source/core/2d.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _2d-index:
2+
13
==============
24
``2d`` Indexes
35
==============

source/core/replica-set-write-concern.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _replica-set-write-concern:
2+
13
==============================
24
Write Concern for Replica Sets
35
==============================
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 Manager <health-managers-overview>`

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
@@ -3974,11 +3974,10 @@ Sharding Parameters
39743974

39753975
mongod --setParameter findChunksOnConfigTimeoutMS=1000000
39763976

3977+
.. include:: /includes/health-manager-short-names.rst
39773978

39783979
.. _health-manager-parameters:
39793980

3980-
.. include:: /includes/health-manager-short-names.rst
3981-
39823981
Health Manager Parameters
39833982
~~~~~~~~~~~~~~~~~~~~~~~~~
39843983

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)