@@ -96,7 +96,7 @@ Shard the Collection
9696--------------------
9797
9898Use the :method:`sh.shardCollection()` method, specifying the full namespace
99- of the collection and the target :doc :`hashed index</core/ index-hashed>`
99+ of the collection and the target :ref :`hashed index < index-type -hashed>`
100100to use as the :term:`shard key`.
101101
102102.. code-block:: javascript
@@ -142,7 +142,7 @@ Shard an Empty Collection
142142.. include:: /includes/extracts/zoned-sharding-shard-operation-chunk-distribution.rst
143143
144144Sharding Empty Collection on Single Field Hashed Shard Key
145- - With no :doc :`zones and zone ranges </core/zone -sharding>` specified
145+ - With no :ref :`zones and zone ranges <zones -sharding>` specified
146146 for the empty or non-existing collection:
147147
148148 - The sharding operation creates empty chunks to cover the entire
@@ -156,7 +156,7 @@ Sharding Empty Collection on Single Field Hashed Shard Key
156156 - After the initial distribution, the balancer manages the chunk
157157 distribution going forward.
158158
159- - With :doc:` zones and zone ranges </core/zone-sharding>` specified
159+ - With zones and zone ranges specified
160160 for the empty or a non-existing collection (Available starting in
161161 MongoDB 4.0.3):
162162
@@ -173,7 +173,7 @@ Sharding Empty Collection on Compound Hashed Shard Key with Hashed Field Prefix
173173 If the compound hashed shard key has the hashed field as the prefix
174174 (i.e. the hashed field is the first field in the shard key):
175175
176- - With no :doc:` zones and zone ranges </core/zone-sharding>` specified
176+ - With no zones and zone ranges specified
177177 for the empty or non-existing collection:
178178
179179 - The sharding operation creates empty chunks to cover the entire
@@ -188,7 +188,7 @@ Sharding Empty Collection on Compound Hashed Shard Key with Hashed Field Prefix
188188 - After the initial distribution, the balancer manages the chunk
189189 distribution going forward.
190190
191- - With a *single* :doc:` zone </core/zone-sharding>` with a
191+ - With a *single* zone with a
192192 range from ``MinKey`` to ``MaxKey`` specified
193193 for the empty or a non-existing collection *and*
194194 the ``presplitHashedZones`` option specified to
@@ -208,21 +208,21 @@ Sharding Empty Collection on Compound Hashed Shard Key with Non-Hashed Prefix
208208 the prefix (i.e. the hashed field is *not* the first field in the
209209 shard key):
210210
211- - With no :doc:` zones and zone ranges </core/zone-sharding>` specified
211+ - With no zones and zone ranges specified
212212 for the empty or non-existing collection *and*
213213 :ref:`preSplitHashedZones
214214 <method-shard-collection-presplitHashedZones>` is ``false`` or
215215 omitted, MongoDB does not perform any initial chunk creation or
216216 distribution when sharding the collection.
217217
218- - With no :doc:` zones and zone ranges </core/zone-sharding>` specified
218+ - With no zones and zone ranges specified
219219 for the empty or non-existing collection *and*
220220 :ref:`preSplitHashedZones
221221 <method-shard-collection-presplitHashedZones>`,
222222 :method:`sh.shardCollection()` / :dbcommand:`shardCollection`
223223 returns an error.
224224
225- - With :doc:` zones and zone ranges </core/zone-sharding>` specified
225+ - With zones and zone ranges specified
226226 for the empty or a non-existing collection *and* the
227227 :ref:`preSplitHashedZones
228228 <method-shard-collection-presplitHashedZones>` option specified to
0 commit comments