Skip to content

Commit 2c36398

Browse files
authored
Fix wrong URL for Twig Environment
1 parent a5977ce commit 2c36398

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)