Skip to content

Commit c4a8281

Browse files
committed
Update MongoDB Manual link for mapreduce command.
1 parent a331fa9 commit c4a8281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymongo/collection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,7 @@ def map_reduce(self, map, reduce, out, full_response=False, **kwargs):
16711671
.. versionchanged:: 2.2
16721672
Removed deprecated arguments: merge_output and reduce_output
16731673
1674-
.. _map reduce command: http://www.mongodb.org/display/DOCS/MapReduce
1674+
.. _map reduce command: http://docs.mongodb.org/manual/reference/command/mapReduce/
16751675
16761676
.. mongodoc:: mapreduce
16771677
"""

0 commit comments

Comments
 (0)