aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Troubleshooting.md
diff options
context:
space:
mode:
authorMike McQuaid2018-02-23 19:39:19 +0000
committerMike McQuaid2018-02-23 19:52:00 +0000
commit190e665bb1db54d452ed9e0bf93c6985bd8dab5f (patch)
treed7a1a1c8c4ce9189d786f6f44b814afa28cf4a04 /docs/Troubleshooting.md
parentd05b8522d5f51db5ca2f75fe322848df9b8ff88b (diff)
downloadbrew-190e665bb1db54d452ed9e0bf93c6985bd8dab5f.tar.bz2
Revert "docs: use short links."
This reverts commit e63a2ee8de12f0f938f6a95cdb9763dbe0187b4a. Closes #3832.
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 1bade44f2..8b1bd7312 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).
+* Read through the [Common Issues](Common-Issues.md).
## Check to see if the issue has been reported