File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ raw: ${prefix}/ -> ${base}/current/
6
6
raw: ${prefix}/stable -> ${base}/current/
7
7
8
8
[*-master]: ${prefix}/${version}/fundamentals/connection/network-compression/ -> ${base}/${version}/
9
+ [*-master]: ${prefix}/${version}/fundamentals/crud/write-operations/change/ -> ${base}/${version}/fundamentals/crud/write-operations/modify/
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Write Operations
8
8
:caption: Write Operations
9
9
10
10
/fundamentals/crud/write-operations/insert
11
- /fundamentals/crud/write-operations/change
11
+ /fundamentals/crud/write-operations/modify
12
12
/fundamentals/crud/write-operations/delete
13
13
14
14
- :ref:`csharp-change-guide`
Original file line number Diff line number Diff line change 1
1
.. _csharp-change-guide:
2
2
3
3
================
4
- Change Documents
4
+ Modify Documents
5
5
================
6
6
7
- .. default-domain:: mongodb
8
-
9
7
.. contents:: On this page
10
8
:local:
11
9
:backlinks: none
@@ -15,7 +13,7 @@ Change Documents
15
13
Overview
16
14
--------
17
15
18
- In this guide, you can learn how to change documents in a MongoDB
16
+ In this guide, you can learn how to modify documents in a MongoDB
19
17
collection using two different kinds of operations:
20
18
21
19
- :ref:`Update <csharp-update-operation>`
You can’t perform that action at this time.
0 commit comments