Skip to content

Commit 2c4f7d0

Browse files
committedFeb 13, 2025
DOCSP-46127: Update manual link (#205)
* DOCSP-46127: Update manual link * MW feedback (cherry picked from commit bf6ac8a)
1 parent 59ead32 commit 2c4f7d0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
 

‎snooty.toml

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ stable-api = "Stable API"
4747
library-short = "PHP library"
4848
driver-short = "{+library-short+}"
4949
api = "https://www.mongodb.com/docs/php-library/current/reference"
50-
php-manual = "https://www.php.net/manual/en"
5150
string-data-type = "``string``"
5251
bool-data-type = "``bool``"
5352
int-data-type = "``int``"

‎source/security/authentication.txt

+2-3
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,6 @@ API Documentation
384384
To learn more about the ``MongoDB\Client`` class, see :phpclass:`MongoDB\Client`
385385
in the library API documentation.
386386

387-
To view a full list of URI options that you can pass to a ``MongoDB\Client``, see
388-
`MongoDB\\Driver\\Manager::__construct() Parameters
389-
<{+php-manual+}/mongodb-driver-manager.construct.php#refsect1-mongodb-driver-manager.construct-parameters>`__
387+
To view a full list of URI options that you can pass to a ``MongoDB\Client``, see the
388+
:php:`MongoDB\Driver\Manager::__construct parameters </manual/en/mongodb-driver-manager.construct.php#refsect1-mongodb-driver-manager.construct-parameters>`
390389
in the extension API documentation.

0 commit comments

Comments
 (0)