Skip to content

Commit 9cd60b1

Browse files
authored
DOCSP-31824: Update page titles (#774)
1 parent 39ff253 commit 9cd60b1

File tree

4 files changed

+10
-13
lines changed

4 files changed

+10
-13
lines changed

config/redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ raw: ${prefix}/stable -> ${base}/current/
2121
[*-v4.2]: ${prefix}/${version}/fundamentals/utf8-validation/ -> ${base}/${version}/
2222

2323
[*-v5.5]: ${prefix}/${version}/fundamentals/run-command/ -> ${base}/${version}/usage-examples/command/
24+
[*-master]: ${prefix}/${version}/fundamentals/crud/write-operations/change-a-document/ -> ${base}/${version}/fundamentals/crud/write-operations/modify/

source/fundamentals/crud/write-operations.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Write Operations
77
- :doc:`/fundamentals/crud/write-operations/insert`
88
- :doc:`/fundamentals/crud/write-operations/pkFactory`
99
- :doc:`/fundamentals/crud/write-operations/delete`
10-
- :doc:`/fundamentals/crud/write-operations/change-a-document`
10+
- :doc:`/fundamentals/crud/write-operations/modify`
1111
- :doc:`/fundamentals/crud/write-operations/embedded-arrays`
1212
- :doc:`/fundamentals/crud/write-operations/upsert`
1313

@@ -17,7 +17,7 @@ Write Operations
1717
/fundamentals/crud/write-operations/insert
1818
/fundamentals/crud/write-operations/pkFactory
1919
/fundamentals/crud/write-operations/delete
20-
/fundamentals/crud/write-operations/change-a-document
20+
/fundamentals/crud/write-operations/modify
2121
/fundamentals/crud/write-operations/embedded-arrays
2222
/fundamentals/crud/write-operations/upsert
2323

source/fundamentals/crud/write-operations/delete.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
.. _node-fundamentals-delete:
22

3-
=================
4-
Delete a Document
5-
=================
6-
7-
.. default-domain:: mongodb
3+
================
4+
Delete Documents
5+
================
86

97
.. contents:: On this page
108
:local:

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
.. _node-fundamentals-change-a-document:
22

3-
=================
4-
Change a Document
5-
=================
6-
7-
.. default-domain:: mongodb
3+
================
4+
Modify Documents
5+
================
86

97
.. contents:: On this page
108
:local:
@@ -15,7 +13,7 @@ Change a Document
1513
Overview
1614
--------
1715

18-
You can change documents in a MongoDB collection using either **update**
16+
You can modify documents in a MongoDB collection using either **update**
1917
or **replace** operations. Update operations mutate
2018
specified fields in one or more documents and leave other fields and values
2119
unchanged. Replace operations remove all existing fields in one or more

0 commit comments

Comments
 (0)