Skip to content

Commit d88adf4

Browse files
(DOCSP-25212): Fix broken links on mapReduce page (#1865)
* (DOCSP-25212): Fix broken links on mapReduce page * fix remaining links
1 parent 1252158 commit d88adf4

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
@@ -95,7 +95,8 @@ The command takes the following fields as arguments:
9595
:doc:`BSON type 13 </reference/bson-types/>`) or String (i.e.
9696
:doc:`BSON type 2 </reference/bson-types/>`).
9797

98-
See :ref:`mapreduce-map-cmd` for more information.
98+
For more information, see :ref:`Requirements for the map Function
99+
<mapreduce-map-cmd>`.
99100

100101

101102

@@ -111,7 +112,8 @@ The command takes the following fields as arguments:
111112
:doc:`BSON type 13 </reference/bson-types/>`) or String (i.e.
112113
:doc:`BSON type 2 </reference/bson-types/>`).
113114

114-
See :ref:`mapreduce-reduce-cmd` for more information.
115+
For more information, see :ref:`Requirements for the reduce
116+
Function <mapreduce-reduce-cmd>`.
115117

116118

117119

@@ -127,7 +129,7 @@ The command takes the following fields as arguments:
127129
or inline, but on a :term:`secondary`, only inline output is
128130
possible.
129131

130-
See :ref:`mapreduce-out-cmd` for more information.
132+
For more information, see :ref:`out Options <mapreduce-out-cmd>`.
131133

132134

133135

@@ -179,7 +181,8 @@ The command takes the following fields as arguments:
179181
:doc:`BSON type 13 </reference/bson-types/>`) or String (i.e.
180182
:doc:`BSON type 2 </reference/bson-types/>`).
181183

182-
See :ref:`mapreduce-finalize-cmd` for more information.
184+
For more information, see :ref:`Requirements for the finalize
185+
Function <mapreduce-finalize-cmd>`.
183186

184187

185188

0 commit comments

Comments
 (0)