summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJohn Barker <john@johnrbarker.com>2013-11-18 19:02:51 +0000
committerJohn Barker <john@johnrbarker.com>2013-11-18 19:02:51 +0000
commitd2df15e0a96f04c786bef3ef37cce07f56749df8 (patch)
tree52baf2d7ffc80c84040e0199c806d58da412d2fb /CONTRIBUTING.md
parente8b54dd073be526b9588c816cff6257f2e8ce0d3 (diff)
downloadansible-d2df15e0a96f04c786bef3ef37cce07f56749df8.tar.gz
correct link to developing modules on ansible work's website
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0d7f313c8b..0d162be928 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -66,7 +66,7 @@ in! Patches should be made against the 'devel' branch.
Contributions can be for new features like modules, or to fix bugs you or others have found. If you
are interested in writing new modules to be included in the core Ansible distribution, please refer
-to the [Module Developers documentation on our website](http://www.ansibleworks.com/docs/moduledev.html).
+to the [Module Developers documentation on our website](http://www.ansibleworks.com/docs/developing_modules.html).
Ansible's aesthetic encourages simple, readable code and consistent, conservatively extending,
backwards-compatible improvements. Code developed for Ansible needs to support Python 2.6+,