aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Troubleshooting.md
diff options
context:
space:
mode:
authorMike McQuaid2018-02-22 19:25:44 +0000
committerMike McQuaid2018-02-22 19:25:44 +0000
commite63a2ee8de12f0f938f6a95cdb9763dbe0187b4a (patch)
tree7358a320ff53d8d2e4699a20dc9db1c77a804819 /docs/Troubleshooting.md
parent5b35ba619146d1fa55259d4e86399c4f35dece09 (diff)
downloadbrew-e63a2ee8de12f0f938f6a95cdb9763dbe0187b4a.tar.bz2
docs: use short links.
Diffstat (limited to 'docs/Troubleshooting.md')
-rw-r--r--docs/Troubleshooting.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Troubleshooting.md b/docs/Troubleshooting.md
index 8b1bd7312..1bade44f2 100644
--- a/docs/Troubleshooting.md
+++ b/docs/Troubleshooting.md
@@ -12,7 +12,7 @@ Follow these steps to fix common problems:
* Run `brew doctor` and fix all the warnings (**outdated Xcode/CLT and unbrewed dylibs are very likely to cause problems**).
* Check that **Command Line Tools for Xcode (CLT)** and **Xcode** are up to date.
* If commands fail with permissions errors, check the permissions of `/usr/local`'s subdirectories. If you’re unsure what to do, you can run `cd /usr/local && sudo chown -R $(whoami) bin etc include lib sbin share var Frameworks`.
-* Read through the [Common Issues](Common-Issues.md).
+* Read through the [Common Issues](Common-Issues).
## Check to see if the issue has been reported