From a563ea134039a542cda6db9ff2106d874150c2ef Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 13 Sep 2013 21:26:49 -0400 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 91271958257..d13366ec7cf 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 at http://www.ansibleworks.com/docs/moduledev.html. +to the [Module Developers documentation on our website](http://www.ansibleworks.com/docs/moduledev.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+,