aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristian Oliff <christianoliff@yahoo.com>2019-10-07 15:45:40 +0900
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2019-10-07 08:45:40 +0200
commite0022f23144fd1dc6db86a5d8c18af47bc14f0f3 (patch)
tree3682b662a8a0631596a245b19f64b0b3a90f2726 /README.md
parentd7d0b52bda74486f2351baa9d03ca4534de0d733 (diff)
downloadjquery-e0022f23144fd1dc6db86a5d8c18af47bc14f0f3.tar.gz
jquery-e0022f23144fd1dc6db86a5d8c18af47bc14f0f3.zip
Docs: Convert link to Homebrew from HTTP to HTTPS
`http://brew.sh/` -> `https://brew.sh/` Closes gh-4501
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 48289fe32..8327fdc02 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ To build jQuery, you need to have the latest Node.js/npm and git 1.7 or later. E
For Windows, you have to download and install [git](https://git-scm.com/downloads) and [Node.js](https://nodejs.org/en/download/).
-OS X users should install [Homebrew](http://brew.sh/). Once Homebrew is installed, run `brew install git` to install git,
+OS X users should install [Homebrew](https://brew.sh/). Once Homebrew is installed, run `brew install git` to install git,
and `brew install node` to install Node.js.
Linux/BSD users should use their appropriate package managers to install git and Node.js, or build from source