From 9ae503b107b6c291283fc90d064d5bb68095a99d Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Tue, 5 Apr 2016 13:24:20 +0800 Subject: [PATCH] CONTRIBUTING.md: update url --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 13da58ca34..9d9a30b55d 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!