Skip to content

Commit 700db0a

Browse files
committed
Tweak
1 parent a9fee2f commit 700db0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templating/twig_extension.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ use them in your templates.
1010
Before writing your own Twig extension, check if the filter/function that you
1111
need is already implemented in the `default Twig filters and functions`_ or the
1212
:doc:`Twig filters and functions added by Symfony </reference/twig_reference>`.
13-
Check also the `official Twig extensions`_, which add commonly needed filters
14-
and functions and can be installed in your application as follows (only needed
15-
if you're using Twig 1 or 2):
13+
Check also the `official Twig GitHub organization`_, which contains some extra
14+
repositories that provide extensions for common needs (such as ``string-extra``,
15+
``html-extra``, ``intl-extra``, etc.)
1616

1717
.. code-block:: terminal
1818
@@ -178,5 +178,5 @@ for this class and :doc:`tag your service </service_container/tags>` with ``twig
178178

179179
.. _`Twig Extensions`: https://twig.symfony.com/doc/2.x/advanced.html#creating-an-extension
180180
.. _`default Twig filters and functions`: https://twig.symfony.com/doc/2.x/#reference
181-
.. _`official Twig extensions`: https://github.com/twigphp/Twig-extensions
181+
.. _`official Twig GitHub organization`: https://github.com/twigphp
182182
.. _`global variables`: https://twig.symfony.com/doc/2.x/advanced.html#id1

0 commit comments

Comments
 (0)