CONTRIBUTING.md: update url

This commit is contained in:
Xu Cheng 2016-04-05 13:24:20 +08:00
parent e806003cc7
commit 9ae503b107

View File

@ -1,11 +1,11 @@
# Contributing to Homebrew
First time contributing to Homebrew? Read our [Code of Conduct](https://github.com/Homebrew/homebrew/blob/master/CODEOFCONDUCT.md#code-of-conduct).
First time contributing to Homebrew? Read our [Code of Conduct](https://github.com/Homebrew/brew/blob/master/CODEOFCONDUCT.md#code-of-conduct).
### Report a bug
* run `brew update` (twice)
* run and read `brew doctor`
* read [the Troubleshooting Checklist](https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Troubleshooting.md#troubleshooting)
* read [the Troubleshooting Checklist](https://github.com/Homebrew/homebrew/blob/master/share/doc/brew/Troubleshooting.md#troubleshooting)
* open an issue on the formula's repository
Thanks!