Adding link to slice filter per Stof's suggestion

This commit is contained in:
Kevin Boyd
2013-03-18 09:31:54 -07:00
parent 8ebbaaa4cc
commit 202641a084
+1 -1
View 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