aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os.rb
diff options
context:
space:
mode:
authorMike McQuaid2017-07-27 15:59:37 +0100
committerMike McQuaid2017-07-27 15:59:37 +0100
commitbaa61f5a6e105b9b89f5bef465848c72499cb960 (patch)
tree5dd8c7d1be1946eee04a81859cf0c2cef1f5335d /Library/Homebrew/os.rb
parent97b757bc9638c837f565958730a23211552e5540 (diff)
downloadbrew-baa61f5a6e105b9b89f5bef465848c72499cb960.tar.bz2
Use https for all docs.brew.sh links.
May as well use the more secure link when possible.
Diffstat (limited to 'Library/Homebrew/os.rb')
-rw-r--r--Library/Homebrew/os.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/os.rb b/Library/Homebrew/os.rb
index 1209028a7..2867d8864 100644
--- a/Library/Homebrew/os.rb
+++ b/Library/Homebrew/os.rb
@@ -17,7 +17,7 @@ module OS
require "os/mac"
# Don't tell people to report issues on unsupported versions of macOS.
if !OS::Mac.prerelease? && !OS::Mac.outdated_release?
- ISSUES_URL = "http://docs.brew.sh/Troubleshooting.html".freeze
+ ISSUES_URL = "https://docs.brew.sh/Troubleshooting.html".freeze
end
PATH_OPEN = "/usr/bin/open".freeze
# compatibility