Skip to content

Commit 7f51be3

Browse files
committed
minor #19760 Fix wrong URL for Twig Environment (amelielecoz)
This PR was merged into the 5.4 branch. Discussion ---------- Fix wrong URL for Twig Environment Just a quick fix for this link to point towards the right file for Twig Environment Commits ------- 2c36398 Fix wrong URL for Twig Environment
2 parents d97312d + 2c36398 commit 7f51be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1593,7 +1593,7 @@ for this class and :doc:`tag your service </service_container/tags>` with ``twig
15931593
.. _`snake case`: https://en.wikipedia.org/wiki/Snake_case
15941594
.. _`tags`: https://twig.symfony.com/doc/3.x/tags/index.html
15951595
.. _`Twig block tag`: https://twig.symfony.com/doc/3.x/tags/block.html
1596-
.. _`Twig Environment`: https://github.com/twigphp/Twig/blob/3.x/src/Loader/FilesystemLoader.php
1596+
.. _`Twig Environment`: https://github.com/twigphp/Twig/blob/3.x/src/Environment.php
15971597
.. _`Twig Extensions`: https://twig.symfony.com/doc/3.x/advanced.html#creating-an-extension
15981598
.. _`Twig output escaping docs`: https://twig.symfony.com/doc/3.x/api.html#escaper-extension
15991599
.. _`Twig raw filter`: https://twig.symfony.com/doc/3.x/filters/raw.html

0 commit comments

Comments
 (0)