From 9a05e46db43a064bb27b7341c011ba7f6a8d974d Mon Sep 17 00:00:00 2001 From: norareidy Date: Thu, 13 Feb 2025 15:02:32 -0500 Subject: [PATCH 1/2] DOCSP-46127: Update manual link --- snooty.toml | 1 - source/security/authentication.txt | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/snooty.toml b/snooty.toml index 34a10665..9604d9f8 100644 --- a/snooty.toml +++ b/snooty.toml @@ -46,7 +46,6 @@ stable-api = "Stable API" library-short = "PHP library" driver-short = "{+library-short+}" api = "https://www.mongodb.com/docs/php-library/current/reference" -php-manual = "https://www.php.net/manual/en" string-data-type = "``string``" bool-data-type = "``bool``" int-data-type = "``int``" diff --git a/source/security/authentication.txt b/source/security/authentication.txt index e03e9856..16949835 100644 --- a/source/security/authentication.txt +++ b/source/security/authentication.txt @@ -385,6 +385,5 @@ To learn more about the ``MongoDB\Client`` class, see :phpclass:`MongoDB\Client` in the library API documentation. To view a full list of URI options that you can pass to a ``MongoDB\Client``, see -`MongoDB\\Driver\\Manager::__construct() Parameters -<{+php-manual+}/mongodb-driver-manager.construct.php#refsect1-mongodb-driver-manager.construct-parameters>`__ +:php:`MongoDB\Driver\Manager::__construct Parameters ` in the extension API documentation. \ No newline at end of file From f5634991c10a8afbba801492ec1003336fdd2d3f Mon Sep 17 00:00:00 2001 From: norareidy Date: Thu, 13 Feb 2025 15:43:52 -0500 Subject: [PATCH 2/2] MW feedback --- source/security/authentication.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/security/authentication.txt b/source/security/authentication.txt index 16949835..f4be9f13 100644 --- a/source/security/authentication.txt +++ b/source/security/authentication.txt @@ -384,6 +384,6 @@ API Documentation To learn more about the ``MongoDB\Client`` class, see :phpclass:`MongoDB\Client` in the library API documentation. -To view a full list of URI options that you can pass to a ``MongoDB\Client``, see -:php:`MongoDB\Driver\Manager::__construct Parameters ` +To view a full list of URI options that you can pass to a ``MongoDB\Client``, see the +:php:`MongoDB\Driver\Manager::__construct parameters ` in the extension API documentation. \ No newline at end of file