From adc238c80be322a2373db7d86a03e8d1a9d817bc Mon Sep 17 00:00:00 2001 From: William Jimenez Date: Tue, 30 Sep 2014 22:23:08 -0700 Subject: [PATCH] broken link in developing_modules.rst link to core modules source is broken since restructuring of public ansible repos --- docsite/rst/developing_modules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/developing_modules.rst b/docsite/rst/developing_modules.rst index 9fa35f4d3e5..a1628763c49 100644 --- a/docsite/rst/developing_modules.rst +++ b/docsite/rst/developing_modules.rst @@ -231,7 +231,7 @@ As mentioned, if you are writing a module in Python, there are some very powerfu Modules are still transferred as one file, but an arguments file is no longer needed, so these are not only shorter in terms of code, they are actually FASTER in terms of execution time. -Rather than mention these here, the best way to learn is to read some of the `source of the modules `_ that come with Ansible. +Rather than mention these here, the best way to learn is to read some of the `source of the modules `_ that come with Ansible. The 'group' and 'user' modules are reasonably non-trivial and showcase what this looks like.