From f6e3583b9bf3dfe2627ab540349d7d9a134258d6 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 25 Feb 2013 09:36:50 -0500 Subject: [PATCH] Fix path to DOCUMENTATION.yml --- docsite/rst/moduledev.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/moduledev.rst b/docsite/rst/moduledev.rst index 223a556c8cd..d25de76b8c0 100644 --- a/docsite/rst/moduledev.rst +++ b/docsite/rst/moduledev.rst @@ -325,7 +325,7 @@ Example Here's a correctly formatted YAML document we could use for a ``DOCUMENTATION`` string: -.. literalinclude:: ../DOCUMENTATION.yaml +.. literalinclude:: ../../examples/DOCUMENTATION.yaml This is available in the 'examples/' directory of the of the Ansible github repository, and you can have that generated with