From dc750e652623383946380593c56b38b708fae244 Mon Sep 17 00:00:00 2001 From: Martin Ueding Date: Sun, 28 Sep 2014 15:27:08 +0200 Subject: [PATCH] Fix link in reST template There was a missing trailing underscore (`_`) that would have marked the content in the backticks as a link. This adds it and fixes the link on every core module page. --- hacking/templates/rst.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacking/templates/rst.j2 b/hacking/templates/rst.j2 index ad7040a8203..917c6ba7541 100644 --- a/hacking/templates/rst.j2 +++ b/hacking/templates/rst.j2 @@ -111,7 +111,7 @@ This source of this module is hosted on GitHub in the `ansible-modules-core `_ to see if a bug has already been filed. If not, we would be greatful if you would file one. -Should you have a question rather than a bug report, inquries are welcome on the `ansible-project google group ` or on Ansible's "#ansible" channel, located on irc.freenode.net. Development oriented topics should instead use the similar `ansible-devel google group `_. +Should you have a question rather than a bug report, inquries are welcome on the `ansible-project google group `_ or on Ansible's "#ansible" channel, located on irc.freenode.net. Development oriented topics should instead use the similar `ansible-devel google group `_. Documentation updates for this module can also be edited directly by submitting a pull request to the module source code, just look for the "DOCUMENTATION" block in the source tree.