Skip to content

Commit 3ca5170

Browse files
DOCSP-33122 fix ref (#5320) (#5343)
1 parent 2ac467a commit 3ca5170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/tutorial/perform-incremental-map-reduce.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ The operation returns the following documents:
202202
Aggregation Alternative
203203
-----------------------
204204

205-
As an alternative to map-reduce, you can use an :doc:`aggregation
206-
pipeline </core/aggregation-pipeline>` that combines :pipeline:`$group`
205+
As an alternative to map-reduce, you can use an :ref:`aggregation
206+
pipeline <aggregation-pipeline>` that combines :pipeline:`$group`
207207
and :pipeline:`$merge` stages to achieve the same result in a more
208208
flexible operation.
209209

0 commit comments

Comments
 (0)