You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/crud/compound-operations.txt
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -101,10 +101,10 @@ The output of the preceding code resembles the following:
101
101
{"food": "pizza", "color": "green"}
102
102
103
103
For more information about the ``Projections`` class, see our
104
-
:doc:`guide on the Projections builder </builders/projections/>`.
104
+
:ref:`guide on the Projections builder <projections-builders>`.
105
105
106
106
For more information about the upsert operation, see our
107
-
:doc:`guide on upserts </crud/write-operations/upsert/>`.
107
+
:ref:`guide on upserts <java-upsert>`.
108
108
109
109
For more information about the methods and classes mentioned in this section,
110
110
see the following API Documentation:
@@ -187,7 +187,7 @@ The output of the preceding code resembles the following:
187
187
{"_id": 2, "food": "pear", "color": "yellow"}
188
188
189
189
For more information about the ``Sorts`` class, see our
190
-
:doc:`guide on the Sorts builder </builders/sort/>`.
190
+
:ref:`guide on the Sorts builder <sorts-builders>`.
191
191
192
192
For more information about the methods and classes mentioned in this section,
193
193
see the following API Documentation:
@@ -318,10 +318,10 @@ instance:
318
318
for the duration of your compound operation.
319
319
320
320
For information on the ``Updates`` class, see our
321
-
:doc:`guide on the Updates builder </builders/updates/>`.
321
+
:ref:`guide on the Updates builder <updates-builders>`.
322
322
323
323
For more information of the ``Filters`` class, see our
324
-
:doc:`guide on the Filters builder </builders/filters/>`.
324
+
:ref:`guide on the Filters builder <filters-builders>`.
325
325
326
326
For more information about the ``findOneAndUpdate()`` method, see
327
327
the API Documentation for the `MongoCollection class <{+api+}/apidocs/mongodb-driver-sync/com/mongodb/client/MongoCollection.html#findOneAndUpdate(org.bson.conversions.Bson,java.util.List,com.mongodb.client.model.FindOneAndUpdateOptions)>`__.
0 commit comments