Skip to content

Commit a732026

Browse files
committed
Fixes broken link to aggregation pipeline docs.
1 parent 222a55f commit a732026

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
@@ -698,7 +698,7 @@ async def aggregate(
698698
.. versionadded:: 3.9
699699
700700
.. _aggregation pipeline:
701-
https://mongodb.com/docs/manual/reference/operator/aggregation-pipeline
701+
https://www.mongodb.com/docs/manual/core/aggregation-pipeline/
702702
703703
.. _aggregate command:
704704
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
@@ -698,7 +698,7 @@ def aggregate(
698698
.. versionadded:: 3.9
699699
700700
.. _aggregation pipeline:
701-
https://mongodb.com/docs/manual/reference/operator/aggregation-pipeline
701+
https://www.mongodb.com/docs/manual/core/aggregation-pipeline/
702702
703703
.. _aggregate command:
704704
https://mongodb.com/docs/manual/reference/command/aggregate

0 commit comments

Comments
 (0)