aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFrederick Akalin2017-08-23 15:56:00 -0700
committerFrederick Akalin2017-08-23 15:56:00 -0700
commit661995238a42ad5fa363797e323d837cbcfa579d (patch)
tree7baa276093cef8b5c35716fb942b20a3e9e2c28b /docs
parent94c56a88d9101c60478c7cf60fb01bbcfd44a66b (diff)
downloadbrew-661995238a42ad5fa363797e323d837cbcfa579d.tar.bz2
Change to man page reference
Diffstat (limited to 'docs')
-rw-r--r--docs/FAQ.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md
index 632b4bdf3..9d76bf4ab 100644
--- a/docs/FAQ.md
+++ b/docs/FAQ.md
@@ -71,9 +71,8 @@ Which is usually: `~/Library/Caches/Homebrew`
GUI apps on macOS don’t have `/usr/local/bin` in their `PATH` by
default. If you’re on Mountain Lion or later, you can fix this by
running `sudo launchctl config user path "/usr/local/bin:$PATH"` and
-then rebooting. Note that this sets the launchctl PATH for _all users_
-([more details here](https://apple.stackexchange.com/a/198282)). For
-earlier versions of macOS, see
+then rebooting, as documented in `man launchctl`. Note that this sets
+the launchctl PATH for _all users_. For earlier versions of macOS, see
[this page](https://developer.apple.com/legacy/library/qa/qa1067/_index.html).
## How do I contribute to Homebrew?