-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Validation] Added internal link #9978
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
Conversation
validation.rst
Outdated
If you're ever unsure of how to specify an option, either check the API documentation | ||
for the constraint or play it safe by always passing in an array of options | ||
If you're ever unsure of how to specify an option, either check :namespace:`the API documentation | ||
for the constraint <Symfony\Component\Validator\Constraints>` or play it safe by always passing in an array of options |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please comply with the sf docs standards:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I followed synthax for links to Api.
https://github.com/symfony/symfony-docs/blob/master/contributing/documentation/format.rst#adding-links
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like that for namespaces => :namespace:Symfony\\Component\\BrowserKit
And like that, if you want to use a title => :doc:Spooling Email </email/spool>
This PR was squashed before being merged into the 2.8 branch (closes #9978). Discussion ---------- [Validation] Added internal link <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Adding the link to the API corresponding to the text "the API documentation for the constraint " Commits ------- 5c8c076 [Validation] Added internal link
Adding the link to the API corresponding to the text "the API documentation
for the constraint "