Skip to content
Permalink
Browse files

Docs: Convert link to Homebrew from HTTP to HTTPS

`http://brew.sh/` -> `https://brew.sh/`

Closes gh-4501

(cherry picked from commit e0022f2)
  • Loading branch information
coliff authored and mgol committed Oct 7, 2019
1 parent c7a5e1b commit ff5a43eb933b8a5668f0841fb2a0c952ad00a700
Showing with 1 addition and 1 deletion.
  1. +1 −1 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

0 comments on commit ff5a43e

Please sign in to comment.