Skip to content

Commit e0511c7

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: Update some URLs
2 parents 8ab0870 + bb6ed97 commit e0511c7

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

best_practices/templates.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ be used as a Twig extension.
119119
Next: :doc:`/best_practices/forms`
120120

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

components/console/events.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@ Listeners receive a
154154
It is then dispatched just after the ``ConsoleEvents::ERROR`` event.
155155
The exit code received in this case is the exception code.
156156

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

console/coloring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ You can also set these colors and options directly inside the tag name::
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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,4 @@ run:
111111

112112
The generated entities are now ready to be used. Have fun!
113113

114-
.. _`Doctrine tools documentation`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/tools.html#reverse-engineering
115-
.. _`doctrine/doctrine#729`: https://github.com/doctrine/DoctrineBundle/issues/729
114+
.. _`Doctrine tools documentation`: https://www.doctrine-project.org/projects/doctrine-orm/en/latest/reference/tools.html#reverse-engineering

0 commit comments

Comments
 (0)