PYTHON-5656: Fixes broken link to aggregation pipeline docs. (#2627)
This commit is contained in:
parent
222a55f8cd
commit
8bf8263391
@ -698,7 +698,7 @@ class AsyncDatabase(common.BaseObject, Generic[_DocumentType]):
|
||||
.. versionadded:: 3.9
|
||||
|
||||
.. _aggregation pipeline:
|
||||
https://mongodb.com/docs/manual/reference/operator/aggregation-pipeline
|
||||
https://www.mongodb.com/docs/manual/core/aggregation-pipeline/
|
||||
|
||||
.. _aggregate command:
|
||||
https://mongodb.com/docs/manual/reference/command/aggregate
|
||||
|
||||
@ -698,7 +698,7 @@ class Database(common.BaseObject, Generic[_DocumentType]):
|
||||
.. versionadded:: 3.9
|
||||
|
||||
.. _aggregation pipeline:
|
||||
https://mongodb.com/docs/manual/reference/operator/aggregation-pipeline
|
||||
https://www.mongodb.com/docs/manual/core/aggregation-pipeline/
|
||||
|
||||
.. _aggregate command:
|
||||
https://mongodb.com/docs/manual/reference/command/aggregate
|
||||
|
||||
Loading…
Reference in New Issue
Block a user