Skip to content

Commit 856c0d8

Browse files
authored
Merge pull request #33 from Meg528/patch-25
Update lecture-material.mdx
2 parents 8c0f293 + ff54238 commit 856c0d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/lecture-material.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ sidebar_position: 90
66

77
|||
88
|-|:-|
9-
|Practical MongoDB Aggregations Book Online|https://www.practical-mongodb-aggregations.com/|
10-
|Practical MongoDB Aggregations Book Printed Version|[Packt Publishing](https://www.packtpub.com/product/practical-mongodb-aggregations/9781835080641)|
9+
|Practical MongoDB Aggregations book online|https://www.practical-mongodb-aggregations.com/|
10+
|Practical MongoDB Aggregations book printed version|[Packt Publishing](https://www.packtpub.com/product/practical-mongodb-aggregations/9781835080641)|
1111
|MongoDB University course|https://learn.mongodb.com/courses/mongodb-aggregation|
1212
|MongoDB Aggregation Pipeline docs|[https://www.mongodb.com/docs/manual/core/aggregation-pipeline/](https://www.mongodb.com/docs/manual/core/aggregation-pipeline/)|
1313

1414

15-
## Aggregation Pipeline Cheatsheet
15+
## Aggregation pipeline cheatsheet
1616

1717
import SamplePDF from '@site/static/pdf/Aggregation Pipelines CheatSheet.pdf';
1818

1919
<object data={SamplePDF} type="application/pdf" width="100%" height="500px">
2020
<p>Unable to display PDF file. <a href="/pdf/Aggregation Pipelines CheatSheet.pdf">Download</a> instead.</p>
21-
</object>
21+
</object>

0 commit comments

Comments
 (0)