diff options
Diffstat (limited to 'docs/Troubleshooting.md')
| -rw-r--r-- | docs/Troubleshooting.md | 2 | 
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 | 
