From 82ea9dfda46f7ee639ddccbd62b7289ea453da6b Mon Sep 17 00:00:00 2001 From: mhor Date: Tue, 21 Oct 2014 16:56:50 +0200 Subject: [PATCH] fix Twig-extensions links --- cookbook/templating/twig_extension.rst | 2 +- reference/dic_tags.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbook/templating/twig_extension.rst b/cookbook/templating/twig_extension.rst index f3f17dfbbc0..14913b7b63d 100644 --- a/cookbook/templating/twig_extension.rst +++ b/cookbook/templating/twig_extension.rst @@ -126,7 +126,7 @@ Learning further For a more in-depth look into Twig Extensions, please take a look at the `Twig extensions documentation`_. -.. _`Twig official extension repository`: https://github.com/fabpot/Twig-extensions +.. _`Twig official extension repository`: https://github.com/twigphp/Twig-extensions .. _`Twig extensions documentation`: http://twig.sensiolabs.org/doc/advanced.html#creating-an-extension .. _`global variables`: http://twig.sensiolabs.org/doc/advanced.html#id1 .. _`functions`: http://twig.sensiolabs.org/doc/advanced.html#id2 diff --git a/reference/dic_tags.rst b/reference/dic_tags.rst index a746ef7ef86..833b4cc33d1 100644 --- a/reference/dic_tags.rst +++ b/reference/dic_tags.rst @@ -1393,6 +1393,6 @@ Then, tag it with the ``validator.initializer`` tag (it has no options). For an example, see the ``EntityInitializer`` class inside the Doctrine Bridge. .. _`Twig's documentation`: http://twig.sensiolabs.org/doc/advanced.html#creating-an-extension -.. _`Twig official extension repository`: https://github.com/fabpot/Twig-extensions +.. _`Twig official extension repository`: https://github.com/twigphp/Twig-extensions .. _`SwiftMailer's Plugin Documentation`: http://swiftmailer.org/docs/plugins.html .. _`Twig Loader`: http://twig.sensiolabs.org/doc/api.html#loaders