diff options
| author | Mike McQuaid | 2014-11-14 21:05:46 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-14 21:06:01 +0000 |
| commit | f18da79271c45fb137070d6138958a16106f3f01 (patch) | |
| tree | e91b4d698d8a1c01001483d48494d268130c2e0d | |
| parent | 2a19917253d5edef77b9ad3d326d4c390084fcb7 (diff) | |
| download | homebrew-f18da79271c45fb137070d6138958a16106f3f01.tar.bz2 | |
os: shorten troubleshooting URL.
| -rw-r--r-- | Library/Homebrew/os.rb | 2 |
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" |
