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/doc
diff options
context:
space:
mode:
authorJason Smith (work) <jhs@iriscouch.com>2011-11-23 11:49:29 +0400
committerisaacs <i@izs.me>2011-11-24 01:30:54 +0400
commit745bd64ee7137898ce39e91666e877769e32081a (patch)
tree20914c2fb5cf6a2534ca7a86e2a286be29584f35 /doc
parent1aaf566b3d51a6485fe28f45134367c4b88cd13b (diff)
Update to Iris Couch URL
Diffstat (limited to 'doc')
-rw-r--r--doc/cli/registry.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/cli/registry.md b/doc/cli/registry.md
index 8073ea082..13c872494 100644
--- a/doc/cli/registry.md
+++ b/doc/cli/registry.md
@@ -13,9 +13,9 @@ account information.
The official public npm registry is at <http://registry.npmjs.org/>. It
is powered by a CouchDB database at
-<http://isaacs.couchone.com/registry>. The code for the couchapp is
+<http://isaacs.iriscouch.com/registry>. The code for the couchapp is
available at <http://github.com/isaacs/npmjs.org>. npm user accounts
-are CouchDB users, stored in the <http://isaacs.couchone.com/_users>
+are CouchDB users, stored in the <http://isaacs.iriscouch.com/_users>
database.
The registry URL is supplied by the `registry` config parameter. See