From 202641a0844aa9f5569db9d1b2e5b5e685a71060 Mon Sep 17 00:00:00 2001 From: Kevin Boyd Date: Mon, 18 Mar 2013 09:31:54 -0700 Subject: [PATCH] Adding link to slice filter per Stof's suggestion --- doc/tags/for.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- 1.7.2.5