Skip to content

Commit b55b9c6

Browse files
committed
update ref
1 parent ddb0803 commit b55b9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/crud/update/replace.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ and the immutable ``_id`` field as follows:
115115

116116
If a replace operation fails to match any documents in a collection, it
117117
does not make any changes. Replace operations can be configured to perform
118-
an :doc:`upsert </crud/update>` which
118+
an :ref:`upsert </crud/update>` which
119119
attempts to perform the replacement, but if no documents are matched, it
120120
inserts a new document with the specified fields and values.
121121

0 commit comments

Comments
 (0)