diff options
| author | Logan Rosen | 2016-04-21 16:38:10 -0400 |
|---|---|---|
| committer | Dominyk Tiller | 2016-04-21 21:38:10 +0100 |
| commit | cbc24a715c512d53b40a06cce1c4e49e95a9f140 (patch) | |
| tree | aa4c7332792a6677ae3ab51a8fff751d3df57350 | |
| parent | 4d35dd3fbb088ed369f9fcfcdc5a48321b67e1cc (diff) | |
| download | brew-cbc24a715c512d53b40a06cce1c4e49e95a9f140.tar.bz2 | |
CONTRIBUTING : fix link to troubleshooting (#133)
The current one returns a 404.
| -rw-r--r-- | .github/CONTRIBUTING.md | 2 |
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! |
