Skip to content

Commit 08f1997

Browse files
authored
DOCSP-31826-update-titles (#114)
1 parent e0f0875 commit 08f1997

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

config/redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ raw: ${prefix}/ -> ${base}/current/
66
raw: ${prefix}/stable -> ${base}/current/
77

88
[*-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/

source/fundamentals/crud/write-operations.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Write Operations
88
:caption: Write Operations
99

1010
/fundamentals/crud/write-operations/insert
11-
/fundamentals/crud/write-operations/change
11+
/fundamentals/crud/write-operations/modify
1212
/fundamentals/crud/write-operations/delete
1313

1414
- :ref:`csharp-change-guide`

source/fundamentals/crud/write-operations/change.txt renamed to source/fundamentals/crud/write-operations/modify.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
.. _csharp-change-guide:
22

33
================
4-
Change Documents
4+
Modify Documents
55
================
66

7-
.. default-domain:: mongodb
8-
97
.. contents:: On this page
108
:local:
119
:backlinks: none
@@ -15,7 +13,7 @@ Change Documents
1513
Overview
1614
--------
1715

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
1917
collection using two different kinds of operations:
2018

2119
- :ref:`Update <csharp-update-operation>`

0 commit comments

Comments
 (0)