diff options
| author | Mike McQuaid | 2017-07-27 15:59:37 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2017-07-27 15:59:37 +0100 |
| commit | baa61f5a6e105b9b89f5bef465848c72499cb960 (patch) | |
| tree | 5dd8c7d1be1946eee04a81859cf0c2cef1f5335d /Library/Homebrew/cmd/update-report.rb | |
| parent | 97b757bc9638c837f565958730a23211552e5540 (diff) | |
| download | brew-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/cmd/update-report.rb')
| -rw-r--r-- | Library/Homebrew/cmd/update-report.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/update-report.rb b/Library/Homebrew/cmd/update-report.rb index 374bbbd73..ea915f99c 100644 --- a/Library/Homebrew/cmd/update-report.rb +++ b/Library/Homebrew/cmd/update-report.rb @@ -35,7 +35,7 @@ module Homebrew ohai "Homebrew has enabled anonymous aggregate user behaviour analytics." puts <<-EOS.undent #{Tty.bold}Read the analytics documentation (and how to opt-out) here: - #{Formatter.url("http://docs.brew.sh/Analytics.html")}#{Tty.reset} + #{Formatter.url("https://docs.brew.sh/Analytics.html")}#{Tty.reset} EOS |
