From 9fa163c565aee3e99c65d7084289f8edb4d8ceb6 Mon Sep 17 00:00:00 2001 From: John Batty Date: Sat, 15 Nov 2014 21:40:42 +0000 Subject: [PATCH] Fix documentation link to issue template On the Ansible Community page (http://docs.ansible.com/community.html) in the "I'd like to report a bug" section, the link to the "issue template" is broken - it links to URL https://raw2.github.com/ansible/ansible/devel/ISSUE_TEMPLATE.md, which results in a GitHub 404 (Page not found) error page . Fix points link to a URL that works. --- docsite/rst/community.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/community.rst b/docsite/rst/community.rst index d16070239e6..4d2de28ce16 100644 --- a/docsite/rst/community.rst +++ b/docsite/rst/community.rst @@ -68,7 +68,7 @@ to see if the issue has already been reported. MODULE related bugs however should go to `ansible-modules-core `_ or `ansible-modules-extras `_ based on the classification of the module. This is listed on the bottom of the docs page for any module. -When filing a bug, please use the `issue template `_ to provide all relevant information, regardless of what repo you are filing a ticket against. +When filing a bug, please use the `issue template `_ to provide all relevant information, regardless of what repo you are filing a ticket against. Knowing your ansible version and the exact commands you are running, and what you expect, saves time and helps us help everyone with their issues more quickly.