From: Kevin Boyd Date: Mon, 18 Mar 2013 16:31:54 +0000 (-0700) Subject: Adding link to slice filter per Stof's suggestion X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=202641a0844aa9f5569db9d1b2e5b5e685a71060;p=konrad%2Ftwig.git Adding link to slice filter per Stof's suggestion --- diff --git a/doc/tags/for.rst b/doc/tags/for.rst index e39a59b..401e2fe 100644 --- a/doc/tags/for.rst +++ b/doc/tags/for.rst @@ -159,7 +159,7 @@ You can also access both keys and values: Iterating over Subset --------------------- -You might want to iterate over a subset of values. This can be achieved using the ``slice`` filter: +You might want to iterate over a subset of values. This can be achieved using the :doc:`slice<../filters/slice>` filter: .. code-block:: jinja