]> source.dussan.org Git - jquery.git/commitdiff
README: update the Homebrew site address
authorMichał Gołębiowski <m.goleb@gmail.com>
Sat, 3 Jan 2015 18:42:37 +0000 (19:42 +0100)
committerMichał Gołębiowski <m.goleb@gmail.com>
Sat, 3 Jan 2015 18:42:37 +0000 (19:42 +0100)
Thanks @xfq

Closes gh-1971

README.md

index 8a44ce7736dd8971d1dc539ef3bf73132f5ab5bb..90e77ad677c7277c14041fd83e7dbff117ba96fa 100644 (file)
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ In order to build jQuery, you need to have the latest Node.js/npm and git 1.7 or
 
 For Windows, you have to download and install [git](http://git-scm.com/downloads) and [Node.js](http://nodejs.org/download/).
 
-Mac OS users should install [Homebrew](http://mxcl.github.com/homebrew/). Once Homebrew is installed, run `brew install git` to install git,
+Mac OS users should install [Homebrew](http://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