summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2013-09-13 21:26:49 -0400
committerMichael DeHaan <michael.dehaan@gmail.com>2013-09-13 21:26:49 -0400
commita563ea134039a542cda6db9ff2106d874150c2ef (patch)
treea534eacbe77517d532cc76fd95682ef6d8e6e423 /CONTRIBUTING.md
parent81155ee29f2beb223f5a36159d45c7f807e65534 (diff)
downloadansible-a563ea134039a542cda6db9ff2106d874150c2ef.tar.gz
Update CONTRIBUTING.md
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 9127195825..d13366ec7c 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+,