Skip to content

Commit 6421f8a

Browse files
author
Sam Kleinman
committed
minor: aggregation organization avalibility
1 parent 0bc67db commit 6421f8a

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

source/aggregation.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ aggregation operations </tutorial/aggregation-examples/>`.
1616

1717
applications/aggregation
1818
tutorial/aggregation-examples
19-
20-
Also consider the :doc:`/reference/aggregation`.
19+
reference/aggregation

source/applications/aggregation.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ can add computed fields, create new virtual sub-objects, and extract
2424
sub-fields into the top-level of results.
2525

2626
.. seealso:: A presentation from MongoSV 2011: `MongoDB's New
27-
Aggregation Framework <http://www.10gen.com/presentations/mongosv-2011/mongodbs-new-aggregation-framework>`_
27+
Aggregation Framework <http://www.10gen.com/presentations/mongosv-2011/mongodbs-new-aggregation-framework>`_.
28+
29+
Additionally, consider :doc:`/tutorial/aggregation-examples` and
30+
:doc:`/reference/aggregation` for additional documentation.
2831

2932
Framework Components
3033
--------------------
@@ -45,8 +48,8 @@ analogous to the pipe (i.e. ``|``) used to string text filters together.
4548

4649
In a shell environment the pipe redirects a stream of characters from
4750
the output of one process to the input of the next. The MongoDB
48-
aggregation pipeline streams MongoDB documents from one :doc:`pipeline
49-
operator </reference/aggregation>` to the next to process the
51+
aggregation pipeline streams MongoDB documents from one :ref:`pipeline
52+
operator <aggregation-pipeline-operator-reference>` to the next to process the
5053
documents.
5154

5255
All pipeline operators process a stream of documents and the

source/reference/aggregation.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
:orphan:
2-
31
===============================
42
Aggregation Framework Reference
53
===============================
@@ -45,7 +43,6 @@ regarding their use and behavior.
4543
:backlinks: none
4644
:local:
4745

48-
4946
.. _aggregation-pipeline-operator-reference:
5047

5148
Pipeline

0 commit comments

Comments
 (0)