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
path: root/html
diff options
context:
space:
mode:
authorDaijiro Wachi <daijiro.wachi@gmail.com>2016-03-25 15:45:06 +0300
committerKat Marchán <kzm@sykosomatic.org>2016-03-31 04:16:06 +0300
commit632b214b2f2450e844410792e5947e46844612ff (patch)
treee13fdc84bfbf74d17386b875c807cfaa9e7f8732 /html
parent3da01716a0e41d6b5adee2b4fc70fcaf08c0eb24 (diff)
html: update html/index.html
+ Update Node.js download link + Update README link + Remove FAQ link + Remove Mailing List link + Fix typo: thorougly => thoroughly PR-URL: https://github.com/npm/npm/pull/12063 Credit: @watilde Reviewed-By: @zkat
Diffstat (limited to 'html')
-rw-r--r--html/index.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/html/index.html b/html/index.html
index 0d3c128b7..bb8681c85 100644
--- a/html/index.html
+++ b/html/index.html
@@ -61,7 +61,7 @@ code { background:#fff ; outline: 1px solid #ccc; padding:0 2px; }
<h2>Easy Zero Line Install</h2>
-<p><a href="http://nodejs.org/#download">Install Node.js</a> <br>
+<p><a href="https://nodejs.org/en/download/">Install Node.js</a> <br>
(npm comes with it.)</p>
<p>Because a one-line install is one too many.</p>
@@ -70,24 +70,22 @@ code { background:#fff ; outline: 1px solid #ccc; padding:0 2px; }
<ol>
<li><a href="https://github.com/npm/npm">Get the code.</a>
- <li>Do what <a href="https://npmjs.org/doc/README.html">the README</a>
+ <li>Do what <a href="doc/README.html">the README</a>
says to do.
</ol>
<p>There's a pretty thorough install script at
<a href="https://npmjs.org/install.sh">https://npmjs.org/install.sh</a></p>
-<p>For maximum security, make sure to thorougly inspect every
+<p>For maximum security, make sure to thoroughly inspect every
program that you run on your computer!</p>
<h2>Other Cool Stuff</h2>
<ul>
- <li><a href="https://npmjs.org/doc/README.html">README</a>
+ <li><a href="doc/README.html">README</a>
<li><a href="doc/">Help Documentation</a>
- <li><a href="doc/faq.html">FAQ</a>
<li><a href="https://www.npmjs.com/">Search for Packages</a>
- <li><a href="https://groups.google.com/group/npm-">Mailing List</a>
<li><a href="https://github.com/npm/npm/issues">Bugs</a>
</ul>