Skip to content

Commit 82ea9df

Browse files
committed
fix Twig-extensions links
1 parent c8f96c0 commit 82ea9df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cookbook/templating/twig_extension.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Learning further
126126
For a more in-depth look into Twig Extensions, please take a look at the
127127
`Twig extensions documentation`_.
128128

129-
.. _`Twig official extension repository`: https://github.com/fabpot/Twig-extensions
129+
.. _`Twig official extension repository`: https://github.com/twigphp/Twig-extensions
130130
.. _`Twig extensions documentation`: http://twig.sensiolabs.org/doc/advanced.html#creating-an-extension
131131
.. _`global variables`: http://twig.sensiolabs.org/doc/advanced.html#id1
132132
.. _`functions`: http://twig.sensiolabs.org/doc/advanced.html#id2

reference/dic_tags.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1393,6 +1393,6 @@ Then, tag it with the ``validator.initializer`` tag (it has no options).
13931393
For an example, see the ``EntityInitializer`` class inside the Doctrine Bridge.
13941394
13951395
.. _`Twig's documentation`: http://twig.sensiolabs.org/doc/advanced.html#creating-an-extension
1396-
.. _`Twig official extension repository`: https://github.com/fabpot/Twig-extensions
1396+
.. _`Twig official extension repository`: https://github.com/twigphp/Twig-extensions
13971397
.. _`SwiftMailer's Plugin Documentation`: http://swiftmailer.org/docs/plugins.html
13981398
.. _`Twig Loader`: http://twig.sensiolabs.org/doc/api.html#loaders

0 commit comments

Comments
 (0)