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 1 commit
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``"
3 changes: 1 addition & 2 deletions source/security/authentication.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 </manual/en/mongodb-driver-manager.construct.php#refsect1-mongodb-driver-manager.construct-parameters>`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'm not positive about this, but i would remove 'Parameters' from the link text because it's not part of the page title. if you do leave it in, i think it should be 'parameters'

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I kept it but lowercased "parameters"

in the extension API documentation.
Loading