From cbc24a715c512d53b40a06cce1c4e49e95a9f140 Mon Sep 17 00:00:00 2001 From: Logan Rosen Date: Thu, 21 Apr 2016 16:38:10 -0400 Subject: [PATCH] CONTRIBUTING : fix link to troubleshooting (#133) The current one returns a 404. --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 9d9a30b55d..37cae8e0a1 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!