aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Afanasjew2016-02-18 14:40:07 +0100
committerMartin Afanasjew2016-02-18 14:40:07 +0100
commit5aa2712694a418e5f4eacacd2752e68799d312cf (patch)
tree017d1600c58e4593afec82788531b3e43bc18b96
parentc41d58979f09d807d9ebe24d90cc0a0974b19424 (diff)
downloadbrew-5aa2712694a418e5f4eacacd2752e68799d312cf.tar.bz2
docs: fix URLs in issue/PR template
Sadly, relative URLs don't work in this context.
-rw-r--r--.github/ISSUE_TEMPLATE.md2
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 0c270c6df..036fe08e5 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -13,7 +13,7 @@ _Please replace this line with a brief summary of your issue **AND** if reportin
### Feature/Formula Requests:
-**Please note by far the quickest way to get a new feature or formula into Homebrew is to file a [Pull Request](CONTRIBUTING.md).**
+**Please note by far the quickest way to get a new feature or formula into Homebrew is to file a [Pull Request](https://github.com/Homebrew/homebrew/blob/master/.github/CONTRIBUTING.md).**
We will consider your request but it may be closed if it's something we're not actively planning to work on.
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index cabb71176..5694a834d 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,6 +1,6 @@
### All Submissions:
-- [ ] Have you followed the guidelines in our [Contributing](CONTRIBUTING.md) document?
+- [ ] Have you followed the guidelines in our [Contributing](https://github.com/Homebrew/homebrew/blob/master/.github/CONTRIBUTING.md) document?
### New Formulae Submissions: