From a9e1ed79575754555488743eff32da722eda810e Mon Sep 17 00:00:00 2001 From: Jarvis Stubblefield Date: Fri, 14 Oct 2011 08:02:43 -0500 Subject: [PATCH] Changed links for 'tags' and 'filters' to go to the right page and soft link respectively. --- book/templating.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/templating.rst b/book/templating.rst index a2b08ac6db0..b048779afe0 100644 --- a/book/templating.rst +++ b/book/templating.rst @@ -1227,6 +1227,6 @@ Learn more from the Cookbook .. _`Symfony2Bundles.org`: http://symfony2bundles.org .. _`Cross Site Scripting`: http://en.wikipedia.org/wiki/Cross-site_scripting .. _`Output Escaping`: http://twig.sensiolabs.org -.. _`tags`: http://twig.sensiolabs.org/doc/templates.html#list-of-control-structures -.. _`filters`: http://twig.sensiolabs.org/doc/templates.html#list-of-built-in-filters +.. _`tags`: http://twig.sensiolabs.org/doc/tags/index.html +.. _`filters`: http://twig.sensiolabs.org/doc/templates.html#filters .. _`add your own extensions`: http://twig.sensiolabs.org/doc/advanced.html