diff options
author | John R Barker <john@johnrbarker.com> | 2017-04-03 18:17:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-03 18:17:12 +0200 |
commit | b9a48069f3235da74a96c0a48b3504ddc0654ba2 (patch) | |
tree | 3baaf211a8dda0cac4ca33c79e0240588bb52d67 /examples | |
parent | Fixes ignoreerrors not working with sysctl_set (diff) | |
download | ansible-b9a48069f3235da74a96c0a48b3504ddc0654ba2.tar.xz ansible-b9a48069f3235da74a96c0a48b3504ddc0654ba2.zip |
Link to module developing_modules_documenting.html
Diffstat (limited to 'examples')
-rw-r--r-- | examples/DOCUMENTATION.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/DOCUMENTATION.yml b/examples/DOCUMENTATION.yml index f3b64c21d3..75762ab4fc 100644 --- a/examples/DOCUMENTATION.yml +++ b/examples/DOCUMENTATION.yml @@ -3,7 +3,7 @@ # aliases) you can use the word 'null', or an empty list, [], where # appropriate. # -# See docs.ansible.com/ansible/dev_guide/developing_modules.html for more information +# See http://docs.ansible.com/ansible/dev_guide/developing_modules_documenting.html for more information # module: modulename short_description: This is a sentence describing the module |