@@ -75,8 +75,8 @@ Definition
7575
7676 - document
7777
78- - Optional. A document expressing the :doc :`write concern
79- </reference/ write-concern>`. Omit to use the default write concern.
78+ - Optional. A document expressing the :ref :`write concern
79+ <write-concern>`. Omit to use the default write concern.
8080
8181 .. include:: /includes/extracts/transactions-operations-write-concern.rst
8282
@@ -207,7 +207,7 @@ updateOne and updateMany
207207 - A document that only contains :ref:`update operator
208208 <update-operators>` expressions.
209209
210- - An :doc :`aggregation pipeline </core/ aggregation-pipeline>` ``[
210+ - An :ref :`aggregation pipeline <aggregation-pipeline>` ``[
211211 <stage1>, <stage2>, ... ]`` that specifies the modifications to
212212 perform.
213213
@@ -230,7 +230,7 @@ updateOne and updateMany
230230
231231 * - ``hint``
232232
233- - Optional. The :doc :`index </ indexes>` to use to support the
233+ - Optional. The :ref :`index <indexes>` to use to support the
234234 update ``filter``. If you specify an index that does not exist,
235235 the operation errors.
236236
@@ -278,7 +278,7 @@ matching document only.
278278 * - ``replacement``
279279
280280 - The replacement document. The document cannot contain
281- :doc :`update operators </reference/operator/ update>`.
281+ :ref :`update operators <update-operators >`.
282282
283283 * - ``upsert``
284284
@@ -292,7 +292,7 @@ matching document only.
292292
293293 * - ``hint``
294294
295- - Optional. The :doc :`index </ indexes>` to use to support the
295+ - Optional. The :ref :`index <indexes>` to use to support the
296296 update ``filter``. If you specify an index that does not exist,
297297 the operation errors.
298298
@@ -477,7 +477,7 @@ Error Handling
477477exception on errors (unless the operation is part of a transaction on
478478MongoDB 4.0). See :ref:`bulkwrite-error-handling-txn`.
479479
480- Excluding :doc:`/reference/ write-concern` errors, ordered operations
480+ Excluding :ref:` write concern <write -concern> ` errors, ordered operations
481481stop after an error, while unordered operations continue to process any
482482remaining write operations in the queue, unless when run inside a
483483transaction. See :ref:`bulkwrite-error-handling-txn`.
0 commit comments