From b89123d487673df623ebbba8aac61b29d2f9470f Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 14 Nov 2014 21:05:46 +0000 Subject: [PATCH] os: shorten troubleshooting URL. --- Library/Homebrew/os.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/os.rb b/Library/Homebrew/os.rb index 4c4f9ae057..1dc609517e 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"