From 9018d53a3c6de89c17f7687f1035adb8a012993d Mon Sep 17 00:00:00 2001 From: Maykel Moya Date: Sun, 8 Dec 2013 22:05:42 +0100 Subject: [PATCH] Fix link to playbooks loops --- docsite/rst/playbooks_lookups.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_lookups.rst b/docsite/rst/playbooks_lookups.rst index f3402f066e1..a38232f5f93 100644 --- a/docsite/rst/playbooks_lookups.rst +++ b/docsite/rst/playbooks_lookups.rst @@ -88,7 +88,7 @@ More Lookups .. versionadded:: 0.8 -Various *lookup plugins* allow additional ways to iterate over data. In `playbooks_loops` you will learn +Various *lookup plugins* allow additional ways to iterate over data. In :doc:`Loops ` you will learn how to use them to walk over collections of numerous types. However, they can also be used to pull in data from remote sources, such as shell commands or even key value stores. This section will cover lookup plugins in this capacity.