summaryrefslogtreecommitdiff
path: root/deps/npm/html/index.html
diff options
context:
space:
mode:
authorKat Marchán <kzm@zkat.tech>2018-08-29 12:03:09 -0700
committerAnna Henningsen <anna@addaleax.net>2018-09-02 12:51:59 +0200
commit78f5685acc8fa574c32ed60d07de6273c60639b9 (patch)
treec3381e90e1c734763d98f079aad5d5f45438ca6d /deps/npm/html/index.html
parent1287e524eeba4632decce231da161426efb8fc34 (diff)
downloadandroid-node-v8-78f5685acc8fa574c32ed60d07de6273c60639b9.tar.gz
android-node-v8-78f5685acc8fa574c32ed60d07de6273c60639b9.tar.bz2
android-node-v8-78f5685acc8fa574c32ed60d07de6273c60639b9.zip
deps: upgrade npm to 6.4.1
PR-URL: https://github.com/nodejs/node/pull/22591 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'deps/npm/html/index.html')
-rw-r--r--deps/npm/html/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/npm/html/index.html b/deps/npm/html/index.html
index bb8681c85c..32dd01a34f 100644
--- a/deps/npm/html/index.html
+++ b/deps/npm/html/index.html
@@ -56,7 +56,7 @@ code { background:#fff ; outline: 1px solid #ccc; padding:0 2px; }
</head>
<h1>npm</h1>
-<p>npm is a package manager for <a href="http://nodejs.org/">node</a>. You can use it to install
+<p>npm is a package manager for <a href="https://nodejs.org/">node</a>. You can use it to install
and publish your node programs. It manages dependencies and does other cool stuff.</p>
<h2>Easy Zero Line Install</h2>
@@ -69,7 +69,7 @@ code { background:#fff ; outline: 1px solid #ccc; padding:0 2px; }
<h2>Fancy Install</h2>
<ol>
- <li><a href="https://github.com/npm/npm">Get the code.</a>
+ <li><a href="https://github.com/npm/cli">Get the code.</a>
<li>Do what <a href="doc/README.html">the README</a>
says to do.
</ol>
@@ -86,7 +86,7 @@ program that you run on your computer!</p>
<li><a href="doc/README.html">README</a>
<li><a href="doc/">Help Documentation</a>
<li><a href="https://www.npmjs.com/">Search for Packages</a>
- <li><a href="https://github.com/npm/npm/issues">Bugs</a>
+ <li><a href="https://npm.community/">Bugs</a>
</ul>
</body>