Adding link to slice filter per Stof's suggestion
authorKevin Boyd <kevin.boyd@gmail.com>
Mon, 18 Mar 2013 16:31:54 +0000 (09:31 -0700)
committerKevin Boyd <kevin.boyd@gmail.com>
Mon, 18 Mar 2013 16:31:54 +0000 (09:31 -0700)
doc/tags/for.rst

index e39a59b..401e2fe 100644 (file)
@@ -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