os: shorten troubleshooting URL.

This commit is contained in:
Mike McQuaid 2014-11-14 21:05:46 +00:00
parent df38a5f202
commit b89123d487

View File

@ -8,7 +8,7 @@ module OS
end end
if OS.mac? 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" PATH_OPEN = "/usr/bin/open"
elsif OS.linux? elsif OS.linux?
ISSUES_URL = "https://github.com/Homebrew/linuxbrew/wiki/troubleshooting" ISSUES_URL = "https://github.com/Homebrew/linuxbrew/wiki/troubleshooting"