diff options
Diffstat (limited to 'deps/npm/doc/misc/npm-registry.md')
-rw-r--r-- | deps/npm/doc/misc/npm-registry.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/doc/misc/npm-registry.md b/deps/npm/doc/misc/npm-registry.md index 514bce2f83..a8c4b0200d 100644 --- a/deps/npm/doc/misc/npm-registry.md +++ b/deps/npm/doc/misc/npm-registry.md @@ -14,7 +14,7 @@ account information. The official public npm registry is at <http://registry.npmjs.org/>. It is powered by a CouchDB database at <http://isaacs.iriscouch.com/registry>. The code for the couchapp is -available at <http://github.com/isaacs/npmjs.org>. npm user accounts +available at <http://github.com/npm/npmjs.org>. npm user accounts are CouchDB users, stored in the <http://isaacs.iriscouch.com/_users> database. |