Skip to content

Commit 8e9f149

Browse files
authored
DOCSP-36781: fix aggregation references list (#871)
* DOCSP-36781: fix aggregation references list * change from list to sentences
1 parent 399b329 commit 8e9f149

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

source/fundamentals/aggregation.txt

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ into assembly lines. Each station has specialized tools, such as
3333
drills and welders. The factory transforms and
3434
assembles 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

3940
Comparing Aggregation and Query Operations
4041
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -72,13 +73,15 @@ Aggregation operations have some :manual:`limitations </core/aggregation-pipelin
7273
References
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

8386
Runnable Examples
8487
-----------------

0 commit comments

Comments
 (0)