Skip to content

Commit 3828fbc

Browse files
committed
Refer to connection string manual page in Client constructor
1 parent ef3bba8 commit 3828fbc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/includes/apiargs-MongoDBClient-method-construct-param.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: $uri
33
type: string
44
description: |
55
The URI of the standalone, replica set, or sharded cluster to which to
6-
connect. Refer to the :manual:`MongoDB connection string reference
7-
</reference/connection-string>` for formatting.
6+
connect. Refer to :manual:`Connection String URI Format
7+
</reference/connection-string>` in the MongoDB manual for more information.
88
99
Defaults to ``"mongodb://127.0.0.1:27017"`` if unspecified.
1010

docs/reference/method/MongoDBClient__construct.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,5 @@ See Also
126126

127127
- :php:`MongoDB\\Driver\\Manager::__construct()
128128
<mongodb-driver-manager.construct>`
129+
- :manual:`Connection String URI Format </reference/connection-string>` in the
130+
MongoDB manual

0 commit comments

Comments
 (0)