We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222a55f commit 8bf8263Copy full SHA for 8bf8263
2 files changed
pymongo/asynchronous/database.py
@@ -698,7 +698,7 @@ async def aggregate(
698
.. versionadded:: 3.9
699
700
.. _aggregation pipeline:
701
- https://mongodb.com/docs/manual/reference/operator/aggregation-pipeline
+ https://www.mongodb.com/docs/manual/core/aggregation-pipeline/
702
703
.. _aggregate command:
704
https://mongodb.com/docs/manual/reference/command/aggregate
pymongo/synchronous/database.py
@@ -698,7 +698,7 @@ def aggregate(
0 commit comments