Skip to content

Commit badfd24

Browse files
committed
Mike's suggestions
1 parent c170e04 commit badfd24

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

source/fundamentals/builders.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Builders
88

99
.. toctree::
1010

11-
Aggregates </fundamentals/builders/aggregates>
11+
Aggregation </fundamentals/builders/aggregates>
1212
Filters </fundamentals/builders/filters>
1313
Indexes </fundamentals/builders/indexes>
14-
Projections </fundamentals/builders/projections>
15-
Sorts </fundamentals/builders/sort>
16-
Updates </fundamentals/builders/updates>
14+
Projection </fundamentals/builders/projections>
15+
Sort </fundamentals/builders/sort>
16+
Update </fundamentals/builders/updates>
1717

1818
.. contents:: On this page
1919
:local:

source/fundamentals/connection.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Connection Guide
1111
MongoClient Settings </fundamentals/connection/mongoclientsettings>
1212
Network Compression </fundamentals/connection/network-compression>
1313
TLS/SSL </fundamentals/connection/tls>
14-
SOCKS5 Proxy Connection </fundamentals/connection/socks>
15-
JNDI Datasource Connection </fundamentals/connection/jndi>
16-
Connect with AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>
14+
SOCKS5 Proxy </fundamentals/connection/socks>
15+
JNDI Datasource </fundamentals/connection/jndi>
16+
AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>
1717

1818
.. contents:: On this page
1919
:local:

source/fundamentals/crud.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ CRUD Operations
99
.. toctree::
1010
:caption: CRUD Operations
1111

12-
Read Operations </fundamentals/crud/read-operations>
13-
Write Operations </fundamentals/crud/write-operations>
12+
Read </fundamentals/crud/read-operations>
13+
Write </fundamentals/crud/write-operations>
1414
Query </fundamentals/crud/query-document>
1515
Compound Operations </fundamentals/crud/compound-operations>
1616

source/usage-examples.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Usage Examples
1212

1313
.. toctree::
1414

15-
Find Operations </usage-examples/find-operations>
16-
Insert Operations </usage-examples/insert-operations>
17-
Update & Replace Operations </usage-examples/update-operations>
18-
Delete Operations </usage-examples/delete-operations>
15+
Find </usage-examples/find-operations>
16+
Insert </usage-examples/insert-operations>
17+
Update & Replace </usage-examples/update-operations>
18+
Delete </usage-examples/delete-operations>
1919
Bulk Operations </usage-examples/bulkWrite>
2020
Watch for Changes </usage-examples/watch>
2121
Count Documents </usage-examples/count>

0 commit comments

Comments
 (0)