@@ -33,8 +33,9 @@ into assembly lines. Each station has specialized tools, such as
3333drills and welders. The factory transforms and
3434assembles the initial parts and materials into finished products.
3535
36- The **aggregation pipeline** is the assembly line, **aggregation stages** are the assembly stations, and
37- **operator expressions** are the specialized tools.
36+ The **aggregation pipeline** is the assembly line, **aggregation
37+ stages** are the assembly stations, and **expression operators** are the
38+ specialized tools.
3839
3940Comparing Aggregation and Query Operations
4041~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -72,13 +73,15 @@ Aggregation operations have some :manual:`limitations </core/aggregation-pipelin
7273References
7374~~~~~~~~~~
7475
75- To learn more about aggregation concepts , see the following pages in the
76- Server manual:
76+ To view a full list of expression operators , see :manual:`Aggregation
77+ Operators </reference/operator/aggregation/>` in the Server manual.
7778
78- - :manual:`Expression operators </reference/operator/aggregation/>`
79- - :manual:`Aggregation pipeline </core/aggregation-pipeline/>`
80- - :manual:`Aggregation stages </meta/aggregation-quick-reference/#stages>`
81- - :manual:`Operator expressions </meta/aggregation-quick-reference/#operator-expressions>`
79+ To learn about assembling an aggregation pipeline and view examples, see
80+ :manual:`Aggregation Pipeline </core/aggregation-pipeline/>` in the
81+ Server manual.
82+
83+ To learn more about creating pipeline stages, see :manual:`Aggregation
84+ Stages </reference/operator/aggregation-pipeline/>` in the Server manual.
8285
8386Runnable Examples
8487-----------------
0 commit comments