aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBernhard M. Wiedemann <jquerybmw@lsmod.de>2016-01-27 09:18:40 +0100
committerTimmy Willison <timmywillisn@gmail.com>2016-01-27 10:52:43 -0500
commit1de834672959636da8c06263c3530226b17a84c3 (patch)
tree7f27d811445504916c24c4b424ad753de4e004db /README.md
parentabb571580719328cc5431068bb5519b212f0f043 (diff)
downloadjquery-1de834672959636da8c06263c3530226b17a84c3.tar.gz
jquery-1de834672959636da8c06263c3530226b17a84c3.zip
Docs: use https where possible
Close gh-2875
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 e96f62586..404a26885 100644
--- a/README.md
+++ b/README.md
@@ -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.