aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLogan Rosen2016-04-21 16:38:10 -0400
committerDominyk Tiller2016-04-21 21:38:10 +0100
commitcbc24a715c512d53b40a06cce1c4e49e95a9f140 (patch)
treeaa4c7332792a6677ae3ab51a8fff751d3df57350
parent4d35dd3fbb088ed369f9fcfcdc5a48321b67e1cc (diff)
downloadbrew-cbc24a715c512d53b40a06cce1c4e49e95a9f140.tar.bz2
CONTRIBUTING : fix link to troubleshooting (#133)
The current one returns a 404.
-rw-r--r--.github/CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 9d9a30b55..37cae8e0a 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -5,7 +5,7 @@ First time contributing to Homebrew? Read our [Code of Conduct](https://github.c
* run `brew update` (twice)
* run and read `brew doctor`
-* read [the Troubleshooting Checklist](https://github.com/Homebrew/homebrew/blob/master/share/doc/brew/Troubleshooting.md#troubleshooting)
+* read [the Troubleshooting Checklist](https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/Troubleshooting.md#troubleshooting)
* open an issue on the formula's repository
Thanks!