We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb0803 commit b55b9c6Copy full SHA for b55b9c6
source/crud/update/replace.txt
@@ -115,7 +115,7 @@ and the immutable ``_id`` field as follows:
115
116
If a replace operation fails to match any documents in a collection, it
117
does not make any changes. Replace operations can be configured to perform
118
-an :doc:`upsert </crud/update>` which
+an :ref:`upsert </crud/update>` which
119
attempts to perform the replacement, but if no documents are matched, it
120
inserts a new document with the specified fields and values.
121
0 commit comments