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:
authorXhmikosR <xhmikosr@gmail.com>2018-07-23 23:51:13 +0300
committerKat Marchán <kzm@zkat.tech>2018-07-23 23:51:13 +0300
commite115f9de65bf53711266152fc715a5012f7d3462 (patch)
tree5610cbb5eb21a6d3eea3b7579bda11e40f8c9d34 /html
parentad0dd226fb97a33dcf41787ae7ff282803fb66f2 (diff)
docs: use https when possible. (#7)
PR-URL: https://github.com/npm/cli/pull/7 Credit: @XhmikosR Reviewed-By: @zkat
Diffstat (limited to 'html')
-rw-r--r--html/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/index.html b/html/index.html
index 0c90de308..32dd01a34 100644
--- a/html/index.html
+++ b/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>