CONTRIBUTING : fix link to troubleshooting (#133)

The current one returns a 404.
This commit is contained in:
Logan Rosen 2016-04-21 16:38:10 -04:00 committed by Dominyk Tiller
parent 4d35dd3fbb
commit cbc24a715c

View File

@ -5,7 +5,7 @@ First time contributing to Homebrew? Read our [Code of Conduct](https://github.c
* run `brew update` (twice) * run `brew update` (twice)
* run and read `brew doctor` * 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 * open an issue on the formula's repository
Thanks! Thanks!