File tree Expand file tree Collapse file tree 9 files changed +17
-13
lines changed Expand file tree Collapse file tree 9 files changed +17
-13
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Examples
7272--------
7373
7474The 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
7878Intensity
Original file line number Diff line number Diff line change 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 >`
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ The following example is intended for rapid evaluation of
180180client-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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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`
Original file line number Diff line number Diff 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-
43154314Health Manager Parameters
43164315~~~~~~~~~~~~~~~~~~~~~~~~~
43174316
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments