diff options
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 | 
