Skip to content

Commit 5250d43

Browse files
committed
DOCSP-46127: Update manual link (#205)
* DOCSP-46127: Update manual link * MW feedback (cherry picked from commit bf6ac8a)
1 parent bc9c0e2 commit 5250d43

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
@@ -49,7 +49,6 @@ stable-api = "Stable API"
4949
library-short = "PHP library"
5050
driver-short = "{+library-short+}"
5151
api = "https://www.mongodb.com/docs/php-library/current/reference"
52-
php-manual = "https://www.php.net/manual/en"
5352
string-data-type = "``string``"
5453
bool-data-type = "``bool``"
5554
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)