Skip to content

Commit 7356498

Browse files
Fix link to change-a-document (#41)
1 parent 587a850 commit 7356498

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/fundamentals/crud/write-operations/embedded-arrays.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ To modify arrays embedded within a document, use the
88
:manual:`filtered positional operator
99
</reference/operator/update/positional-filtered/index.html>`. You can
1010
use this operator in an :doc:`update document
11-
</fundamentals/crud/write-operations/update-document` to modify specific
12-
elements in an array. The operator determines which elements to modify
13-
based on a query filter that you define in the ``arrayFilters`` option.
11+
</fundamentals/crud/write-operations/change-a-document` to modify
12+
specific elements in an array. The operator determines which elements
13+
to modify based on a query filter that you define in the
14+
``arrayFilters`` option.
1415

1516
You can think of ``arrayFilters`` as an subquery applied
1617
only to documents already matched by the update operation's query filter

0 commit comments

Comments
 (0)