Skip to content

Commit 963e9c1

Browse files
DOCSP-20374: Migrate docs.mongodb.com to mongodb.com/docs (#903)
Also updates a few broken links Co-authored-by: Jeremy Mikola <[email protected]>
1 parent 89428dc commit 963e9c1

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

source/includes/apiargs-MongoDBClient-method-listDatabases-option.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type: boolean
44
description: |
55
A flag that determines which databases are returned based on the user
66
privileges when access control is enabled. For more information, see the
7-
`listDatabases command documentation <https://docs.mongodb.com/manual/reference/command/listDatabases/>`_.
7+
`listDatabases command documentation <https://mongodb.com/docs/manual/reference/command/listDatabases/>`_.
88
99
For servers < 4.0.5, this option is ignored.
1010
@@ -36,4 +36,3 @@ source:
3636
ref: session
3737
post: |
3838
.. versionadded:: 1.3
39-
...

source/includes/apiargs-MongoDBCollection-common-param.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ description: |
2525
Specifies the field and value combinations to update and any relevant update
2626
operators. ``$update`` uses MongoDB's :method:`update operators
2727
</reference/operator/update>`. Starting with MongoDB 4.2, an `aggregation
28-
pipeline <https://docs.mongodb.com/master/reference/command/update/#update-with-an-aggregation-pipeline>`_
28+
pipeline <https://mongodb.com/docs/master/reference/command/update/#update-with-an-aggregation-pipeline>`_
2929
can be passed as this parameter.
3030
interface: phpmethod
3131
operation: ~

source/includes/apiargs-MongoDBDatabase-method-listCollections-option.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type: boolean
44
description: |
55
A flag that determines which collections are returned based on the user
66
privileges when access control is enabled. For more information, see the
7-
`listCollections command documentation <https://docs.mongodb.com/manual/reference/command/listCollections/>`_.
7+
`listCollections command documentation <https://mongodb.com/docs/manual/reference/command/listCollections/>`_.
88
99
For servers < 4.0, this option is ignored.
1010

0 commit comments

Comments
 (0)