aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils
diff options
context:
space:
mode:
authorMike McQuaid2017-07-27 16:39:19 +0100
committerGitHub2017-07-27 16:39:19 +0100
commit021729e1646212d47d3f52c0b29034e7da97693b (patch)
tree5dd8c7d1be1946eee04a81859cf0c2cef1f5335d /Library/Homebrew/utils
parent97b757bc9638c837f565958730a23211552e5540 (diff)
parentbaa61f5a6e105b9b89f5bef465848c72499cb960 (diff)
downloadbrew-021729e1646212d47d3f52c0b29034e7da97693b.tar.bz2
Merge pull request #2953 from MikeMcQuaid/https-docs
Use https for all docs.brew.sh links.
Diffstat (limited to 'Library/Homebrew/utils')
-rw-r--r--Library/Homebrew/utils/analytics.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/utils/analytics.rb b/Library/Homebrew/utils/analytics.rb
index 23000f8dd..a89995ba9 100644
--- a/Library/Homebrew/utils/analytics.rb
+++ b/Library/Homebrew/utils/analytics.rb
@@ -35,7 +35,7 @@ module Utils
end
# Send analytics. Don't send or store any personally identifiable information.
- # http://docs.brew.sh/Analytics.html
+ # https://docs.brew.sh/Analytics.html
# https://developers.google.com/analytics/devguides/collection/protocol/v1/devguide
# https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters
if ENV["HOMEBREW_ANALYTICS_DEBUG"]