]> source.dussan.org Git - jquery.git/commitdiff
Docs: Convert link to Homebrew from HTTP to HTTPS
authorChristian Oliff <christianoliff@yahoo.com>
Mon, 7 Oct 2019 06:45:40 +0000 (15:45 +0900)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 7 Oct 2019 06:54:28 +0000 (08:54 +0200)
`http://brew.sh/` -> `https://brew.sh/`

Closes gh-4501

(cherry picked from commit e0022f23144fd1dc6db86a5d8c18af47bc14f0f3)

README.md

index 958b171bca9aa0dcf4e4a813d9f3fb429cbd9502..a948195c0232778c968ceed729766ea290332361 100644 (file)
--- 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