Skip to content

Commit 9ccdb2c

Browse files
(DOCSP-25212): Fix broken links on mapReduce page (#1865)
* (DOCSP-25212): Fix broken links on mapReduce page * fix remaining links
1 parent 3fe7091 commit 9ccdb2c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

source/reference/command/mapReduce.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ The command takes the following fields as arguments:
9090
:doc:`BSON type 13 </reference/bson-types/>`) or String (i.e.
9191
:doc:`BSON type 2 </reference/bson-types/>`).
9292

93-
See :ref:`mapreduce-map-cmd` for more information.
93+
For more information, see :ref:`Requirements for the map Function
94+
<mapreduce-map-cmd>`.
9495

9596
* - :ref:`reduce <cmd-mapreduce-reduce>`
9697
- JavaScript or String
@@ -102,7 +103,8 @@ The command takes the following fields as arguments:
102103
:doc:`BSON type 13 </reference/bson-types/>`) or String (i.e.
103104
:doc:`BSON type 2 </reference/bson-types/>`).
104105

105-
See :ref:`mapreduce-reduce-cmd` for more information.
106+
For more information, see :ref:`Requirements for the reduce
107+
Function <mapreduce-reduce-cmd>`.
106108

107109
* - :ref:`out <cmd-mapreduce-out>`
108110
- string or document
@@ -114,7 +116,7 @@ The command takes the following fields as arguments:
114116
or inline, but on a :term:`secondary`, only inline output is
115117
possible.
116118

117-
See :ref:`mapreduce-out-cmd` for more information.
119+
For more information, see :ref:`out Options <mapreduce-out-cmd>`.
118120

119121
* - :ref:`query <cmd-mapreduce-query>`
120122
- document
@@ -150,7 +152,8 @@ The command takes the following fields as arguments:
150152
:doc:`BSON type 13 </reference/bson-types/>`) or String (i.e.
151153
:doc:`BSON type 2 </reference/bson-types/>`).
152154

153-
See :ref:`mapreduce-finalize-cmd` for more information.
155+
For more information, see :ref:`Requirements for the finalize
156+
Function <mapreduce-finalize-cmd>`.
154157

155158
* - :ref:`scope <cmd-mapreduce-scope>`
156159
- document

0 commit comments

Comments
 (0)