summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2016-03-25 16:01:35 -0700
committerMatt Clay <matt@mystile.com>2016-03-25 16:02:45 -0700
commit4f4f339b92d531d3e412a59c5f172bffa290bce1 (patch)
treebe31946964bfc863d5f56081c8cac0e8627a849a
parentfac3bac72e524aee36728a7dd026d3429710be61 (diff)
downloadansible-4f4f339b92d531d3e412a59c5f172bffa290bce1.tar.gz
Fix ISSUE_TEMPLATE.md link.
Fixes #15136.
-rw-r--r--docsite/rst/community.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/community.rst b/docsite/rst/community.rst
index 66543c6245..79984ca58c 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 <https://github.com/ansible/ansible-modules-core>`_ or `ansible-modules-extras <https://github.com/ansible/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 <https://github.com/ansible/ansible/raw/devel/ISSUE_TEMPLATE.md>`_ to provide all relevant information, regardless of what repo you are filing a ticket against.
+When filing a bug, please use the `issue template <https://github.com/ansible/ansible/raw/devel/.github/ISSUE_TEMPLATE.md>`_ 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.