diff --git a/Library/Homebrew/os.rb b/Library/Homebrew/os.rb index 1dc609517e371fff5913c259f44386a1df6dd5fb..93df62b7d9e32eb8f9612c330426aedf91df387d 100644 --- a/Library/Homebrew/os.rb +++ b/Library/Homebrew/os.rb @@ -8,7 +8,7 @@ module OS end if OS.mac? - ISSUES_URL = "http://git.io/brew-troubleshooting" + ISSUES_URL = "https://git.io/brew-troubleshooting" PATH_OPEN = "/usr/bin/open" elsif OS.linux? ISSUES_URL = "https://github.com/Homebrew/linuxbrew/wiki/troubleshooting"