From 4a289a65d4a1c91c849a24533e56a3f612a6b01b Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Thu, 18 Feb 2016 05:07:25 +0000 Subject: [PATCH] Troubleshooting: remove dead link --- share/doc/homebrew/Troubleshooting.md | 1 - 1 file changed, 1 deletion(-) diff --git a/share/doc/homebrew/Troubleshooting.md b/share/doc/homebrew/Troubleshooting.md index 678f7090c1..13042e5d03 100644 --- a/share/doc/homebrew/Troubleshooting.md +++ b/share/doc/homebrew/Troubleshooting.md @@ -14,7 +14,6 @@ brew gist-logs * If you’re installing something Java-related, maybe you need to install Java (`brew cask install java`)? * Check that **Command Line Tools for Xcode (CLT)** and/or **Xcode** are up to date. * If things fail with permissions errors, check the permissions in `/usr/local`. If you’re unsure what to do, you can `sudo chown -R $(whoami) /usr/local`. -* If you see permission errors after upgrading to El Capitan please see the [El Capitan and Homebrew](El_Capitan_and_Homebrew.md) document. ## Check to see if the issue has been reported * Check the [issue tracker](https://github.com/Homebrew/homebrew/issues) to see if someone else has already reported the same issue.