Skip to content

Fix ctype links #12153

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 1 commit into from
Aug 13, 2019
Merged

Fix ctype links #12153

merged 1 commit into from
Aug 13, 2019

Conversation

nesk
Copy link
Contributor

@nesk nesk commented Aug 13, 2019

Links to the ctype book and reference were dead.

@@ -175,5 +175,5 @@ You can use the following parameters in this message:

.. include:: /reference/constraints/_payload-option.rst.inc

.. _built-in PHP extension: https://php.net/book.ctype.php
.. _a list of ctype functions: https://php.net/ref.ctype.php
.. _built-in PHP extension: https://php.net/book.ctype
Copy link
Member

Choose a reason for hiding this comment

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

Maybe use https://www.php.net/book.ctype as that's what the above URL is redirected to?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm using php.net instead of www.php.net because it's similar to other links in the documentation. Globally, there are more links using php.net than www.php.net.

But if you still think it's better to use the canonical URL, tell me and I will edit this.

Copy link
Member

Choose a reason for hiding this comment

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

not really important :)

@xabbuh xabbuh added this to the 3.4 milestone Aug 13, 2019
@javiereguiluz
Copy link
Member

@nesk thanks for this improvement ... and congrats on your first Symfony Docs contribution!

@javiereguiluz javiereguiluz merged commit ee19b6b into symfony:3.4 Aug 13, 2019
javiereguiluz added a commit that referenced this pull request Aug 13, 2019
This PR was merged into the 3.4 branch.

Discussion
----------

Fix ctype links

Links to the ctype book and reference were dead.

Commits
-------

ee19b6b Fix ctype links
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants