summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-05-09 15:15:39 -0700
committerisaacs <i@izs.me>2013-05-09 15:15:39 -0700
commit4b69bcfc66c2007a0550e928956bda0006c21aec (patch)
tree003e4e7a52f37eb0728d6e322a3a108c54a87558
parent72c58158f7a8bd08a0af085f0e2012cfccbf19b5 (diff)
downloadnode-4b69bcfc66c2007a0550e928956bda0006c21aec.tar.gz
doc: s/search.npmjs.org/npmjs.org/
-rw-r--r--README.md2
-rw-r--r--doc/about/index.html4
-rw-r--r--doc/blog.html4
-rw-r--r--doc/blog/Uncategorized/version-0-6.md17
-rw-r--r--doc/changelog-foot.html2
-rw-r--r--doc/changelog-head.html2
-rw-r--r--doc/community/index.html6
-rw-r--r--doc/download/index.html4
-rw-r--r--doc/index.html4
-rw-r--r--doc/logos/index.html4
-rw-r--r--doc/template.html4
11 files changed, 32 insertions, 21 deletions
diff --git a/README.md b/README.md
index d3ffbd014..aa505e555 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ Resources for Newcomers
- [nodejs.org](http://nodejs.org/)
- [how to install node.js and npm (node package manager)](http://joyeur.com/2010/12/10/installing-node-and-npm/)
- [list of modules](https://github.com/joyent/node/wiki/modules)
- - [searching the npm registry](http://search.npmjs.org/)
+ - [searching the npm registry](http://npmjs.org/)
- [list of companies and projects using node](https://github.com/joyent/node/wiki/Projects,-Applications,-and-Companies-Using-Node)
- [node.js mailing list](http://groups.google.com/group/nodejs)
- irc chatroom, [#node.js on freenode.net](http://webchat.freenode.net?channels=node.js&uio=d4)
diff --git a/doc/about/index.html b/doc/about/index.html
index 43422a662..f1dea6b24 100644
--- a/doc/about/index.html
+++ b/doc/about/index.html
@@ -24,7 +24,7 @@
<li><a href="/" class="home">Home</a></li>
<li><a href="/download/" class="download">Download</a></li>
<li><a href="/about/" class="about current">About</a></li>
- <li><a href="http://search.npmjs.org/" class="npm">npm Registry</a></li>
+ <li><a href="http://npmjs.org/" class="npm">npm Registry</a></li>
<li><a href="http://nodejs.org/api/" class="docs">Docs</a></li>
<li><a href="http://blog.nodejs.org" class="blog">Blog</a></li>
<li><a href="/community/" class="community">Community</a></li>
@@ -116,7 +116,7 @@ console.log('Server running at http://127.0.0.1:1337/');</pre>
<li><a href="/">Node.js</a></li>
<li><a href="/#download">Download</a></li>
<li><a href="/about/">About</a></li>
- <li><a href="http://search.npmjs.org/">npm Registry</a></li>
+ <li><a href="http://npmjs.org/">npm Registry</a></li>
<li><a href="http://nodejs.org/api/">Docs</a></li>
<li><a href="http://blog.nodejs.org">Blog</a></li>
<li><a href="/community/">Community</a></li>
diff --git a/doc/blog.html b/doc/blog.html
index 4aa9d8de3..f6d9cf805 100644
--- a/doc/blog.html
+++ b/doc/blog.html
@@ -86,7 +86,7 @@
<li><a href="http://nodejs.org/about/" class="about">About</a></li>
- <li><a href="http://search.npmjs.org/" class="npm">npm
+ <li><a href="http://npmjs.org/" class="npm">npm
Registry</a></li>
<li><a href="http://nodejs.org/api/" class="docs">Docs</a></li>
@@ -213,7 +213,7 @@
<li><a href="http://nodejs.org/">Node.js</a></li>
<li><a href="http://nodejs.org/download/">Download</a></li>
<li><a href="http://nodejs.org/about/">About</a></li>
- <li><a href="http://search.npmjs.org/">npm Registry</a></li>
+ <li><a href="http://npmjs.org/">npm Registry</a></li>
<li><a href="http://nodejs.org/api/">Docs</a></li>
<li><a href="http://blog.nodejs.org">Blog</a></li>
<li><a href="http://nodejs.org/community/">Community</a></li>
diff --git a/doc/blog/Uncategorized/version-0-6.md b/doc/blog/Uncategorized/version-0-6.md
index 8dd9719e7..5cde4c61e 100644
--- a/doc/blog/Uncategorized/version-0-6.md
+++ b/doc/blog/Uncategorized/version-0-6.md
@@ -5,8 +5,19 @@ status: publish
category: Uncategorized
slug: version-0-6
-Version 0.6.0 will be released next week. Please spend some time this week upgrading your code to v0.5.10. Report any API differences at <a href="https://github.com/joyent/node/wiki/API-changes-between-v0.4-and-v0.6">https://github.com/joyent/node/wiki/API-changes-between-v0.4-and-v0.6</a> or report a bug to us at <a href="http://github.com/joyent/node/issues">http://github.com/joyent/node/issues</a> if you hit problems.
+Version 0.6.0 will be released next week. Please spend some time this
+week upgrading your code to v0.5.10. Report any API differences at <a
+href="https://github.com/joyent/node/wiki/API-changes-between-v0.4-and-v0.6">https://github.com/joyent/node/wiki/API-changes-between-v0.4-and-v0.6</a>
+or report a bug to us at <a
+href="http://github.com/joyent/node/issues">http://github.com/joyent/node/issues</a>
+if you hit problems.
-The API changes between v0.4.12 and v0.5.10 are 99% cosmetic, minor, and easy to fix. Most people are able to migrate their code in 10 minutes. Don't fear.
+The API changes between v0.4.12 and v0.5.10 are 99% cosmetic, minor,
+and easy to fix. Most people are able to migrate their code in 10
+minutes. Don't fear.
-Once you've ported your code to v0.5.10 please help out by testing third party modules. Make bug reports. Encourage authors to publish new versions of their modules. Go through the list of modules at <a href="http://search.npmjs.org/">http://search.npmjs.org/</a> and try out random ones. This is especially encouraged of Windows users!
+Once you've ported your code to v0.5.10 please help out by testing
+third party modules. Make bug reports. Encourage authors to publish
+new versions of their modules. Go through the list of modules at <a
+href="http://npmjs.org/">http://npmjs.org/</a> and try out random
+ones. This is especially encouraged of Windows users!
diff --git a/doc/changelog-foot.html b/doc/changelog-foot.html
index 427359c80..ff760e7c0 100644
--- a/doc/changelog-foot.html
+++ b/doc/changelog-foot.html
@@ -7,7 +7,7 @@
<li><a href="/">Node.js</a></li>
<li><a href="/download/">Download</a></li>
<li><a href="/about/">About</a></li>
- <li><a href="http://search.npmjs.org/">npm Registry</a></li>
+ <li><a href="http://npmjs.org/">npm Registry</a></li>
<li><a href="http://nodejs.org/api/">Docs</a></li>
<li><a href="http://blog.nodejs.org">Blog</a></li>
<li><a href="/community/">Community</a></li>
diff --git a/doc/changelog-head.html b/doc/changelog-head.html
index fdab34026..946904d05 100644
--- a/doc/changelog-head.html
+++ b/doc/changelog-head.html
@@ -19,7 +19,7 @@
<li><a href="/" class="home">Home</a></li>
<li><a href="/download/" class="download">Download</a></li>
<li><a href="/about/" class="about">About</a></li>
- <li><a href="http://search.npmjs.org/" class="npm">npm Registry</a></li>
+ <li><a href="http://npmjs.org/" class="npm">npm Registry</a></li>
<li><a href="http://nodejs.org/api/" class="docs current">Docs</a></li>
<li><a href="http://blog.nodejs.org" class="blog">Blog</a></li>
<li><a href="/community/" class="community">Community</a></li>
diff --git a/doc/community/index.html b/doc/community/index.html
index 42a414070..e47182d59 100644
--- a/doc/community/index.html
+++ b/doc/community/index.html
@@ -28,7 +28,7 @@
<li><a href="/" class="home">Home</a></li>
<li><a href="/download/" class="download">Download</a></li>
<li><a href="/about/" class="about">About</a></li>
- <li><a href="http://search.npmjs.org/" class="npm">npm Registry</a></li>
+ <li><a href="http://npmjs.org/" class="npm">npm Registry</a></li>
<li><a href="http://nodejs.org/api/" class="docs">Docs</a></li>
<li><a href="http://blog.nodejs.org" class="blog">Blog</a></li>
<li><a href="/community/" class="community current">Community</a></li>
@@ -93,7 +93,7 @@
Projects, Applications, and Companies Using Node</a> or the
<a href="https://github.com/joyent/node/wiki/modules">very long
list of Node modules</a>, many of which are published in the
- <a href="http://search.npmjs.org/">npm registry</a>.
+ <a href="http://npmjs.org/">npm registry</a>.
</p>
</div>
</div>
@@ -223,7 +223,7 @@
<li><a href="/">Node.js</a></li>
<li><a href="/download/">Download</a></li>
<li><a href="/about/">About</a></li>
- <li><a href="http://search.npmjs.org/">npm Registry</a></li>
+ <li><a href="http://npmjs.org/">npm Registry</a></li>
<li><a href="http://nodejs.org/api/">Docs</a></li>
<li><a href="http://blog.nodejs.org">Blog</a></li>
<li><a href="/community/">Community</a></li>
diff --git a/doc/download/index.html b/doc/download/index.html
index a4559b620..c17f61bd3 100644
--- a/doc/download/index.html
+++ b/doc/download/index.html
@@ -24,7 +24,7 @@
<li><a href="/" class="home">Home</a></li>
<li><a href="/download/" class="download current">Download</a></li>
<li><a href="/about/" class="about">About</a></li>
- <li><a href="http://search.npmjs.org/" class="npm">npm Registry</a></li>
+ <li><a href="http://npmjs.org/" class="npm">npm Registry</a></li>
<li><a href="http://nodejs.org/api/" class="docs">Docs</a></li>
<li><a href="http://blog.nodejs.org" class="blog">Blog</a></li>
<li><a href="/community/" class="community">Community</a></li>
@@ -162,7 +162,7 @@
<li><a href="/">Node.js</a></li>
<li><a href="/download/">Download</a></li>
<li><a href="/about/">About</a></li>
- <li><a href="http://search.npmjs.org/">npm Registry</a></li>
+ <li><a href="http://npmjs.org/">npm Registry</a></li>
<li><a href="http://nodejs.org/api/">Docs</a></li>
<li><a href="http://blog.nodejs.org">Blog</a></li>
<li><a href="/community/">Community</a></li>
diff --git a/doc/index.html b/doc/index.html
index 65f200910..586ada181 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -118,7 +118,7 @@ server.listen(1337, '127.0.0.1');</pre>
<h2>Explore Node.js</h2>
<ul id="explore">
<li><a href="about/" class="explore">About</a><br><span>Technical overview</span></li>
- <li><a href="http://search.npmjs.org/" class="explore">npm Registry</a><br><span>Modules, resources and more</span></li>
+ <li><a href="http://npmjs.org/" class="explore">npm Registry</a><br><span>Modules, resources and more</span></li>
<li><a href="http://nodejs.org/api/" class="explore">Documentation</a><br><span>API Specifications</span></li>
<li><a href="http://blog.nodejs.org" class="explore">Node.js Blog</a><br><span>Insight, perspective and events</span></li>
<li><a href="community/" class="explore">Community</a><br><span>Mailing lists, blogs, and more</span></li>
@@ -134,7 +134,7 @@ server.listen(1337, '127.0.0.1');</pre>
<li><a href="/">Node.js</a></li>
<li><a href="/download/">Download</a></li>
<li><a href="/about/">About</a></li>
- <li><a href="http://search.npmjs.org/">npm Registry</a></li>
+ <li><a href="http://npmjs.org/">npm Registry</a></li>
<li><a href="http://nodejs.org/api/">Docs</a></li>
<li><a href="http://blog.nodejs.org">Blog</a></li>
<li><a href="/community/">Community</a></li>
diff --git a/doc/logos/index.html b/doc/logos/index.html
index c07d4c7dd..be0559252 100644
--- a/doc/logos/index.html
+++ b/doc/logos/index.html
@@ -24,7 +24,7 @@
<li><a href="/" class="home">Home</a></li>
<li><a href="/#download" class="download">Download</a></li>
<li><a href="/about/" class="about">About</a></li>
- <li><a href="http://search.npmjs.org/" class="npm">npm Registry</a></li>
+ <li><a href="http://npmjs.org/" class="npm">npm Registry</a></li>
<li><a href="http://nodejs.org/api/" class="docs">Docs</a></li>
<li><a href="http://blog.nodejs.org" class="blog">Blog</a></li>
<li><a href="/community/" class="community">Community</a></li>
@@ -68,7 +68,7 @@
<li><a href="/">Node.js</a></li>
<li><a href="/#download">Download</a></li>
<li><a href="/about/">About</a></li>
- <li><a href="http://search.npmjs.org/">npm Registry</a></li>
+ <li><a href="http://npmjs.org/">npm Registry</a></li>
<li><a href="http://nodejs.org/api/">Docs</a></li>
<li><a href="http://blog.nodejs.org">Blog</a></li>
<li><a href="/community/">Community</a></li>
diff --git a/doc/template.html b/doc/template.html
index 709c8e823..7c40bede9 100644
--- a/doc/template.html
+++ b/doc/template.html
@@ -19,7 +19,7 @@
<li><a href="/" class="home">Home</a></li>
<li><a href="/download/" class="download">Download</a></li>
<li><a href="/about/" class="about">About</a></li>
- <li><a href="http://search.npmjs.org/" class="npm">npm Registry</a></li>
+ <li><a href="http://npmjs.org/" class="npm">npm Registry</a></li>
<li><a href="http://nodejs.org/api/" class="docs current">Docs</a></li>
<li><a href="http://blog.nodejs.org" class="blog">Blog</a></li>
<li><a href="/community/" class="community">Community</a></li>
@@ -58,7 +58,7 @@
<li><a href="/">Node.js</a></li>
<li><a href="/download/">Download</a></li>
<li><a href="/about/">About</a></li>
- <li><a href="http://search.npmjs.org/">npm Registry</a></li>
+ <li><a href="http://npmjs.org/">npm Registry</a></li>
<li><a href="http://nodejs.org/api/">Docs</a></li>
<li><a href="http://blog.nodejs.org">Blog</a></li>
<li><a href="/community/">Community</a></li>