From f8b480cd6ff68af878621d2867701719cd866771 Mon Sep 17 00:00:00 2001 From: Anthony Romano Date: Fri, 9 Dec 2016 10:14:27 -0800 Subject: [PATCH] github: make bug reporting link non-relative Works when accessed through code browser, blank if accessed via issues/ --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index f2d7eab6e..aa201cae7 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -5,4 +5,4 @@ A good bug report has some very specific qualities, so please read over our shor To ask a question, go ahead and ignore this. -[report_bugs]: ../Documentation/reporting_bugs.md +[report_bugs]: https://github.com/coreos/etcd/blob/master/Documentation/reporting_bugs.md