diff options
author | Bernhard M. Wiedemann <jquerybmw@lsmod.de> | 2016-01-27 09:18:40 +0100 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2016-01-27 10:52:43 -0500 |
commit | 1de834672959636da8c06263c3530226b17a84c3 (patch) | |
tree | 7f27d811445504916c24c4b424ad753de4e004db /README.md | |
parent | abb571580719328cc5431068bb5519b212f0f043 (diff) | |
download | jquery-1de834672959636da8c06263c3530226b17a84c3.tar.gz jquery-1de834672959636da8c06263c3530226b17a84c3.zip |
Docs: use https where possible
Close gh-2875
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ What you need to build your own jQuery In order to build jQuery, you need to have the latest Node.js/npm and git 1.7 or later. Earlier versions might work, but are not supported. -For Windows, you have to download and install [git](http://git-scm.com/downloads) and [Node.js](https://nodejs.org/en/download/). +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, and `brew install node` to install Node.js. |