@@ -1126,7 +1126,7 @@ additional CRUD methods that are consistent with the drivers' CRUD API:
1126
1126
1127
1127
- Equivalent to :method:`db.collection.findAndModify()` method
1128
1128
with ``update`` set to a document that specifies modifications
1129
- using :doc :`update operators </reference/operator/ update>`.
1129
+ using :ref :`update operators <update-operators-top-level >`.
1130
1130
1131
1131
* - :method:`db.collection.insertMany()`
1132
1132
- Equivalent to :method:`db.collection.insert()` method
@@ -1147,16 +1147,16 @@ additional CRUD methods that are consistent with the drivers' CRUD API:
1147
1147
- Equivalent to :method:`db.collection.update( \<query\>,
1148
1148
\<update\>, { multi: true, ... }) <db.collection.update()>`
1149
1149
method with an ``<update>`` document that specifies
1150
- modifications using :doc :`update operators
1151
- </reference/operator/ update>` and the ``multi`` option set to
1150
+ modifications using :ref :`update operators
1151
+ <update-operators-top-level >` and the ``multi`` option set to
1152
1152
true.
1153
1153
1154
1154
* - :method:`db.collection.updateOne()`
1155
1155
1156
1156
- Equivalent to :method:`db.collection.update( \<query\>,
1157
1157
\<update\> ) <db.collection.update()>` method with an
1158
1158
``<update>`` document that specifies modifications using
1159
- :doc :`update operators </reference/operator/ update>`.
1159
+ :ref :`update operators <update-operators-top-level >`.
1160
1160
1161
1161
WiredTiger and ``fsyncLock``
1162
1162
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments