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..f4be9f13 100644 --- a/source/security/authentication.txt +++ b/source/security/authentication.txt @@ -384,7 +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 -`MongoDB\\Driver\\Manager::__construct() Parameters -<{+php-manual+}/mongodb-driver-manager.construct.php#refsect1-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