From 404b7298a3939e8810d09ac19040622c6383af91 Mon Sep 17 00:00:00 2001 From: Wouter J Date: Thu, 14 Mar 2013 19:05:46 +0100 Subject: [PATCH] Updated link to correct twig docs --- cookbook/templating/twig_extension.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/templating/twig_extension.rst b/cookbook/templating/twig_extension.rst index 8bb744941cd..6bc6543d14a 100644 --- a/cookbook/templating/twig_extension.rst +++ b/cookbook/templating/twig_extension.rst @@ -118,6 +118,6 @@ 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 extensions documentation`: http://twig.sensiolabs.org/doc/advanced.html#creating-an-extension +.. _`Twig extensions documentation`: http://twig.sensiolabs.org/doc/advanced_legacy.html#creating-an-extension .. _`global variables`: http://twig.sensiolabs.org/doc/advanced.html#id1 .. _`functions`: http://twig.sensiolabs.org/doc/advanced.html#id2