Skip to content

Commit 77dc3b7

Browse files
caseyclementsblink1073
authored andcommitted
PYTHON-5656: Fixes broken link to aggregation pipeline docs. (#2627)
(cherry picked from commit 8bf8263)
1 parent 9e85611 commit 77dc3b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pymongo/asynchronous/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ async def aggregate(
701701
.. versionadded:: 3.9
702702
703703
.. _aggregation pipeline:
704-
https://mongodb.com/docs/manual/reference/operator/aggregation-pipeline
704+
https://www.mongodb.com/docs/manual/core/aggregation-pipeline/
705705
706706
.. _aggregate command:
707707
https://mongodb.com/docs/manual/reference/command/aggregate

pymongo/synchronous/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ def aggregate(
701701
.. versionadded:: 3.9
702702
703703
.. _aggregation pipeline:
704-
https://mongodb.com/docs/manual/reference/operator/aggregation-pipeline
704+
https://www.mongodb.com/docs/manual/core/aggregation-pipeline/
705705
706706
.. _aggregate command:
707707
https://mongodb.com/docs/manual/reference/command/aggregate

0 commit comments

Comments
 (0)