aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXu Cheng2016-04-05 13:24:20 +0800
committerXu Cheng2016-04-05 13:24:20 +0800
commit9ae503b107b6c291283fc90d064d5bb68095a99d (patch)
tree3ea3a5b5d85cb53dca77df561a1895be2942dba2
parente806003cc74943d8ad796de56a0cecfdfeac388e (diff)
downloadbrew-9ae503b107b6c291283fc90d064d5bb68095a99d.tar.bz2
CONTRIBUTING.md: update url
-rw-r--r--.github/CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 13da58ca3..9d9a30b55 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -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!