diff options
author | isaacs <i@izs.me> | 2011-11-30 16:45:26 -0800 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2011-12-01 21:12:17 +0100 |
commit | 61764613d1b7b54788c3954735cbbdcb078e295d (patch) | |
tree | 349595a49371e1bb53244221ff0536ffed988377 /deps/npm/html/doc/registry.html | |
parent | d5feb1c280d0b14fa8ef116dd02ce1a243b81869 (diff) | |
download | node-new-61764613d1b7b54788c3954735cbbdcb078e295d.tar.gz |
npm 1.1.0-alpha-5
Fix #2186
First part of #2207
Diffstat (limited to 'deps/npm/html/doc/registry.html')
-rw-r--r-- | deps/npm/html/doc/registry.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/npm/html/doc/registry.html b/deps/npm/html/doc/registry.html index f30869349a..4c1c3e0b67 100644 --- a/deps/npm/html/doc/registry.html +++ b/deps/npm/html/doc/registry.html @@ -20,9 +20,9 @@ account information.</p> <p>The official public npm registry is at <a href="http://registry.npmjs.org/">http://registry.npmjs.org/</a>. It is powered by a CouchDB database at -<a href="http://isaacs.couchone.com/registry">http://isaacs.couchone.com/registry</a>. The code for the couchapp is +<a href="http://isaacs.iriscouch.com/registry">http://isaacs.iriscouch.com/registry</a>. The code for the couchapp is available at <a href="http://github.com/isaacs/npmjs.org">http://github.com/isaacs/npmjs.org</a>. npm user accounts -are CouchDB users, stored in the <a href="http://isaacs.couchone.com/_users">http://isaacs.couchone.com/_users</a> +are CouchDB users, stored in the <a href="http://isaacs.iriscouch.com/_users">http://isaacs.iriscouch.com/_users</a> database.</p> <p>The registry URL is supplied by the <code>registry</code> config parameter. See @@ -97,7 +97,7 @@ ask for help on the <a href="mailto:npm-@googlegroups.com">npm-@googlegroups.com <ul><li><a href="../doc/config.html">config(1)</a></li><li><a href="../doc/developers.html">developers(1)</a></li></ul> </div> -<p id="footer">registry — npm@1.1.0-alpha-2</p> +<p id="footer">registry — npm@1.1.0-alpha-5</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |