aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-11-14 21:05:46 +0000
committerMike McQuaid2014-11-14 21:06:01 +0000
commitb89123d487673df623ebbba8aac61b29d2f9470f (patch)
treecd56293bcd8a93ee76126ee22b275a71192db214 /Library
parentdf38a5f2029f9fc9b64e20e85d327eacabdef611 (diff)
downloadbrew-b89123d487673df623ebbba8aac61b29d2f9470f.tar.bz2
os: shorten troubleshooting URL.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/os.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/os.rb b/Library/Homebrew/os.rb
index 4c4f9ae05..1dc609517 100644
--- a/Library/Homebrew/os.rb
+++ b/Library/Homebrew/os.rb
@@ -8,7 +8,7 @@ module OS
end
if OS.mac?
- ISSUES_URL = "https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Troubleshooting.md#troubleshooting"
+ ISSUES_URL = "http://git.io/brew-troubleshooting"
PATH_OPEN = "/usr/bin/open"
elsif OS.linux?
ISSUES_URL = "https://github.com/Homebrew/linuxbrew/wiki/troubleshooting"