aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2017-02-12 13:57:52 +0000
committerMike McQuaid2017-02-12 13:58:07 +0000
commit93441743794a3d44f90bc53438ca31add960f757 (patch)
treedfc38a90eac43235e236e7d1eb71f0997d39907b
parent674e5f13f8e30dedee92abffa882406c883948d9 (diff)
downloadbrew-93441743794a3d44f90bc53438ca31add960f757.tar.bz2
Use HTTPS for the homepage.
-rw-r--r--Library/Homebrew/global.rb2
-rw-r--r--README.md2
-rw-r--r--docs/Installation.md4
3 files changed, 4 insertions, 4 deletions
diff --git a/Library/Homebrew/global.rb b/Library/Homebrew/global.rb
index 5fd356909..5e88947c9 100644
--- a/Library/Homebrew/global.rb
+++ b/Library/Homebrew/global.rb
@@ -15,7 +15,7 @@ ARGV.extend(HomebrewArgvExtension)
HOMEBREW_PRODUCT = ENV["HOMEBREW_PRODUCT"]
HOMEBREW_VERSION = ENV["HOMEBREW_VERSION"]
-HOMEBREW_WWW = "http://brew.sh".freeze
+HOMEBREW_WWW = "https://brew.sh".freeze
require "config"
diff --git a/README.md b/README.md
index 4ee9b1292..92753ef3e 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Homebrew
-Features, usage and installation instructions are [summarised on the homepage](http://brew.sh). Terminology (e.g. the difference between a Cellar, Tap, Cask and so forth) is [explained here](docs/Formula-Cookbook.md#homebrew-terminology).
+Features, usage and installation instructions are [summarised on the homepage](https://brew.sh). Terminology (e.g. the difference between a Cellar, Tap, Cask and so forth) is [explained here](docs/Formula-Cookbook.md#homebrew-terminology).
## Update Bug
If Homebrew was updated on Aug 10-11th 2016 and `brew update` always says `Already up-to-date.` you need to run:
diff --git a/docs/Installation.md b/docs/Installation.md
index dbe8b9917..4780e76ef 100644
--- a/docs/Installation.md
+++ b/docs/Installation.md
@@ -1,7 +1,7 @@
# Installation
The suggested and easiest way to install Homebrew is on the
-[homepage](http://brew.sh).
+[homepage](https://brew.sh).
The standard script installs Homebrew to `/usr/local` so that
[you don’t need sudo](FAQ.md) when you
@@ -55,5 +55,5 @@ Apple Developer account on older versions of Mac OS X. Sign up for free
[here](https://developer.apple.com/register/index.action).
<a name="4"><sup>4</sup></a> The one-liner installation method found on
-[brew.sh](http://brew.sh) requires a Bourne-compatible shell (e.g. bash or
+[brew.sh](https://brew.sh) requires a Bourne-compatible shell (e.g. bash or
zsh). Notably, fish, tcsh and csh will not work.