Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaijirō Wachi <daijiro.wachi@gmail.com>2017-01-25 17:17:46 +0300
committerKat Marchán <kzm@sykosomatic.org>2017-01-25 17:17:46 +0300
commit1dfe875b9ac61a0ab9f61a2eab02bacf6cce583c (patch)
tree5747c828ee3f4481a3b4f10a28b31c72b56ee0f5 /README.md
parentbc892e6d07a4c6646480703641a4d71129c38b6d (diff)
doc: update Node.js download link (#15545)
PR-URL: https://github.com/npm/npm/pull/15545 Credit: @watilde Reviewed-By: @iarna
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 6ceef3d2d..2237414a5 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ for testing, or running stuff without actually installing npm itself.)
Many improvements for Windows users have been made in npm 3 - you will have a better
experience if you run a recent version of npm. To upgrade, either use [Microsoft's
upgrade tool](https://github.com/felixrieseberg/npm-windows-upgrade),
-[download a new version of Node](http://nodejs.org/download/),
+[download a new version of Node](https://nodejs.org/en/download/),
or follow the Windows upgrade instructions in the
[npm Troubleshooting Guide](https://github.com/npm/npm/wiki/Troubleshooting#upgrading-on-windows).