Browse code

correct link to developing modules on ansible work's website

John Barker authored on 2013/11/19 04:02:51
Showing 1 changed files
... ...
@@ -66,7 +66,7 @@ in!  Patches should be made against the 'devel' branch.
66 66
 
67 67
 Contributions can be for new features like modules, or to fix bugs you or others have found. If you 
68 68
 are interested in writing new modules to be included in the core Ansible distribution, please refer 
69
-to the [Module Developers documentation on our website](http://www.ansibleworks.com/docs/moduledev.html).
69
+to the [Module Developers documentation on our website](http://www.ansibleworks.com/docs/developing_modules.html).
70 70
 
71 71
 Ansible's aesthetic encourages simple, readable code and consistent, conservatively extending, 
72 72
 backwards-compatible improvements.  Code developed for Ansible needs to support Python 2.6+,