@@ -75,8 +75,8 @@ Definition
75
75
76
76
- document
77
77
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.
80
80
81
81
.. include:: /includes/extracts/transactions-operations-write-concern.rst
82
82
@@ -207,7 +207,7 @@ updateOne and updateMany
207
207
- A document that only contains :ref:`update operator
208
208
<update-operators>` expressions.
209
209
210
- - An :doc :`aggregation pipeline </core/ aggregation-pipeline>` ``[
210
+ - An :ref :`aggregation pipeline <aggregation-pipeline>` ``[
211
211
<stage1>, <stage2>, ... ]`` that specifies the modifications to
212
212
perform.
213
213
@@ -230,7 +230,7 @@ updateOne and updateMany
230
230
231
231
* - ``hint``
232
232
233
- - Optional. The :doc :`index </ indexes>` to use to support the
233
+ - Optional. The :ref :`index <indexes>` to use to support the
234
234
update ``filter``. If you specify an index that does not exist,
235
235
the operation errors.
236
236
@@ -278,7 +278,7 @@ matching document only.
278
278
* - ``replacement``
279
279
280
280
- The replacement document. The document cannot contain
281
- :doc :`update operators </reference/operator/ update>`.
281
+ :ref :`update operators <update-operators >`.
282
282
283
283
* - ``upsert``
284
284
@@ -292,7 +292,7 @@ matching document only.
292
292
293
293
* - ``hint``
294
294
295
- - Optional. The :doc :`index </ indexes>` to use to support the
295
+ - Optional. The :ref :`index <indexes>` to use to support the
296
296
update ``filter``. If you specify an index that does not exist,
297
297
the operation errors.
298
298
@@ -477,7 +477,7 @@ Error Handling
477
477
exception on errors (unless the operation is part of a transaction on
478
478
MongoDB 4.0). See :ref:`bulkwrite-error-handling-txn`.
479
479
480
- Excluding :doc:`/reference/ write-concern` errors, ordered operations
480
+ Excluding :ref:` write concern <write -concern> ` errors, ordered operations
481
481
stop after an error, while unordered operations continue to process any
482
482
remaining write operations in the queue, unless when run inside a
483
483
transaction. See :ref:`bulkwrite-error-handling-txn`.
0 commit comments