Skip to content

Commit 5034f36

Browse files
javiereguiluzweaverryan
authored andcommitted
Updated links
* Symfony2Bundles.org no longer exists (now it's called KnpBundles.com) * Added a proper link to `Output Scaping` documentation * Added a direct link to `filters` section of Twig documentation * Updated the link to `Create your own Twig extension` documentation
1 parent 23efc20 commit 5034f36

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

book/templating.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ Overriding Bundle Templates
940940
---------------------------
941941

942942
The Symfony2 community prides itself on creating and maintaining high quality
943-
bundles (see `Symfony2Bundles.org`_) for a large number of different features.
943+
bundles (see `KnpBundles.com`_) for a large number of different features.
944944
Once you use a third-party bundle, you'll likely need to override and customize
945945
one or more of its templates.
946946

@@ -1233,9 +1233,9 @@ Learn more from the Cookbook
12331233
* :doc:`/cookbook/controller/error_pages`
12341234

12351235
.. _`Twig`: http://twig.sensiolabs.org
1236-
.. _`Symfony2Bundles.org`: http://symfony2bundles.org
1236+
.. _`KnpBundles.com`: http://knpbundles.com
12371237
.. _`Cross Site Scripting`: http://en.wikipedia.org/wiki/Cross-site_scripting
1238-
.. _`Output Escaping`: http://twig.sensiolabs.org
1238+
.. _`Output Escaping`: http://twig.sensiolabs.org/doc/api.html#escaper-extension
12391239
.. _`tags`: http://twig.sensiolabs.org/doc/tags/index.html
1240-
.. _`filters`: http://twig.sensiolabs.org/doc/templates.html#filters
1241-
.. _`add your own extensions`: http://twig.sensiolabs.org/doc/advanced.html
1240+
.. _`filters`: http://twig.sensiolabs.org/doc/filters/index.html
1241+
.. _`add your own extensions`: http://twig.sensiolabs.org/doc/extensions.html

0 commit comments

Comments
 (0)