From 83080be4c1c84290bed5ed077bcb37f243c106d4 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 12 Mar 2015 15:19:02 +0000 Subject: [PATCH] Use https for issue 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 1dc609517e..93df62b7d9 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"