Skip to content

DOCSP-46127: Update manual link #205

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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``"
5 changes: 2 additions & 3 deletions source/security/authentication.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 </manual/en/mongodb-driver-manager.construct.php#refsect1-mongodb-driver-manager.construct-parameters>`
in the extension API documentation.
Loading