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:
authorMartin von Gagern <Martin.vGagern@gmx.net>2015-12-04 16:30:58 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-12-11 03:42:23 +0300
commit8f52833f5d15c4f94467234607d40e75198af1aa (patch)
treefc138f112d4285e03ac972905784b1e6e7051090 /html
parentb6a53b889c948053dcbf6d7aab9ad1cd4226dc32 (diff)
doc: search.npmjs.org is outdated
I can't reach a server called [`search.npmjs.org`](https://search.npmjs.org/), since there is no DNS record for it. I assume that these days one would use the search form on [`www.npmjs.com`](https://www.npmjs.com/). Credit: @gagern Reviewed-By: @othiym23 PR-URL: https://github.com/npm/npm/pull/10700
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 06ca14ba4..0d3c128b7 100644
--- a/html/index.html
+++ b/html/index.html
@@ -86,7 +86,7 @@ program that you run on your computer!</p>
<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="https://search.npmjs.org/">Search for Packages</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>