Use https for issue URL.

This commit is contained in:
Mike McQuaid 2015-03-12 15:19:02 +00:00
parent 21314474cd
commit 83080be4c1

View File

@ -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"