Skip to content

Commit bb6ed97

Browse files
committed
minor symfony#12013 Update some URLs (Arman-Hosseini)
This PR was squashed before being merged into the 3.4 branch (closes symfony#12013). Discussion ---------- Update some URLs <!-- 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). --> Commits ------- 23a8e25 Update some URLs
2 parents 94298ee + 23a8e25 commit bb6ed97

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

best_practices/templates.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,4 @@ be used as a Twig extension.
153153
Next: :doc:`/best_practices/forms`
154154

155155
.. _`Twig`: https://twig.symfony.com/
156-
.. _`Parsedown`: http://parsedown.org/
156+
.. _`Parsedown`: https://parsedown.org/

components/console/events.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,4 @@ Listeners receive a
169169
It is then dispatched just after the ``ConsoleEvents::ERROR`` event.
170170
The exit code received in this case is the exception code.
171171

172-
.. _`reserved exit codes`: http://www.tldp.org/LDP/abs/html/exitcodes.html
172+
.. _`reserved exit codes`: https://www.tldp.org/LDP/abs/html/exitcodes.html

console/coloring.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ You can also set these colors and options directly inside the tagname::
7474
or use the :method:`Symfony\\Component\\Console\\Formatter\\OutputFormatter::escape`
7575
method to escape all the tags included in the given string.
7676

77-
.. _Cmder: http://cmder.net/
77+
.. _Cmder: https://cmder.net/
7878
.. _ConEmu: https://conemu.github.io/
7979
.. _ANSICON: https://github.com/adoxa/ansicon/releases
8080
.. _Mintty: https://mintty.github.io/

doctrine/reverse_engineering.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,4 @@ entity in the ``BlogComment`` entity class.
169169

170170
The generated entities are now ready to be used. Have fun!
171171

172-
.. _`Doctrine tools documentation`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/tools.html#reverse-engineering
172+
.. _`Doctrine tools documentation`: https://www.doctrine-project.org/projects/doctrine-orm/en/latest/reference/tools.html#reverse-engineering

0 commit comments

Comments
 (0)