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:
authorisaacs <i@izs.me>2012-10-04 08:55:49 +0400
committerisaacs <i@izs.me>2012-10-04 08:55:49 +0400
commit237b95328ed6863c2e5efd370cc0940fd60b72f2 (patch)
treecb50decb905d625f6fb4da46096a1deb5458f628 /html
parentef1dcaf0f80c3933bbbc4c3c2f1377f8d13544b3 (diff)
Fix #2850 Use https url for npmjs.org in docs etc.
Diffstat (limited to 'html')
-rw-r--r--html/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/html/index.html b/html/index.html
index 4a97cd3e7..b4a22be23 100644
--- a/html/index.html
+++ b/html/index.html
@@ -70,12 +70,12 @@ code { background:#fff ; outline: 1px solid #ccc; padding:0 2px; }
<ol>
<li><a href="https://github.com/isaacs/npm">Get the code.</a>
- <li>Do what <a href="http://npmjs.org/doc/README.html">the README</a>
+ <li>Do what <a href="https://npmjs.org/doc/README.html">the README</a>
says to do.
</ol>
<p>There's a pretty thorough install script at
-<a href="http://npmjs.org/install.sh">http://npmjs.org/install.sh</a></p>
+<a href="https://npmjs.org/install.sh">https://npmjs.org/install.sh</a></p>
<p>For maximum security, make sure to thorougly inspect every
program that you run on your computer!</p>
@@ -83,11 +83,11 @@ program that you run on your computer!</p>
<h2>Other Cool Stuff</h2>
<ul>
- <li><a href="http://npmjs.org/doc/README.html">README</a>
+ <li><a href="https://npmjs.org/doc/README.html">README</a>
<li><a href="doc/">Help Documentation</a>
<li><a href="doc/faq.html">FAQ</a>
- <li><a href="http://search.npmjs.org/">Search for Packages</a>
- <li><a href="http://groups.google.com/group/npm-">Mailing List</a>
+ <li><a href="https://search.npmjs.org/">Search for Packages</a>
+ <li><a href="https://groups.google.com/group/npm-">Mailing List</a>
<li><a href="https://github.com/isaacs/npm/issues">Bugs</a>
</ul>