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:
authorDylan Greene <dylang@gmail.com>2014-01-25 00:52:48 +0400
committerDomenic Denicola <domenic@domenicdenicola.com>2014-02-07 08:34:06 +0400
commit3cbf381fc70989d69574fb8ae1ee479809a11c6f (patch)
tree9cc9bb5429c3cc6a8fcda01a1fdf05e3030e4780 /doc
parent2f608fae949e199d471a64732bf79d25d8019487 (diff)
Replace references to isaacs/npm with npm/npm.
Diffstat (limited to 'doc')
-rw-r--r--doc/cli/npm-install.md6
-rw-r--r--doc/cli/npm.md4
-rw-r--r--doc/files/package.json.md2
-rw-r--r--doc/misc/npm-coding-style.md2
-rw-r--r--doc/misc/npm-config.md2
-rw-r--r--doc/misc/npm-faq.md6
-rw-r--r--doc/misc/npm-registry.md2
7 files changed, 12 insertions, 12 deletions
diff --git a/doc/cli/npm-install.md b/doc/cli/npm-install.md
index 618ebab0f..f9d2104cd 100644
--- a/doc/cli/npm-install.md
+++ b/doc/cli/npm-install.md
@@ -146,9 +146,9 @@ after packing it up into a tarball (b).
Examples:
- git+ssh://git@github.com:isaacs/npm.git#v1.0.27
- git+https://isaacs@github.com/isaacs/npm.git
- git://github.com/isaacs/npm.git#v1.0.27
+ git+ssh://git@github.com:npm/npm.git#v1.0.27
+ git+https://isaacs@github.com/npm/npm.git
+ git://github.com/npm/npm.git#v1.0.27
You may combine multiple arguments, and even multiple types of arguments.
For example:
diff --git a/doc/cli/npm.md b/doc/cli/npm.md
index 0f9b30b22..903aa1079 100644
--- a/doc/cli/npm.md
+++ b/doc/cli/npm.md
@@ -114,7 +114,7 @@ easily by doing `npm view npm contributors`.
If you would like to contribute, but don't know what to work on, check
the issues list or ask on the mailing list.
-* <http://github.com/isaacs/npm/issues>
+* <http://github.com/npm/npm/issues>
* <npm-@googlegroups.com>
## BUGS
@@ -122,7 +122,7 @@ the issues list or ask on the mailing list.
When you find issues, please report them:
* web:
- <http://github.com/isaacs/npm/issues>
+ <http://github.com/npm/npm/issues>
* email:
<npm-@googlegroups.com>
diff --git a/doc/files/package.json.md b/doc/files/package.json.md
index 8e6f97de8..09f0bec70 100644
--- a/doc/files/package.json.md
+++ b/doc/files/package.json.md
@@ -257,7 +257,7 @@ Do it like this:
"repository" :
{ "type" : "git"
- , "url" : "http://github.com/isaacs/npm.git"
+ , "url" : "http://github.com/npm/npm.git"
}
"repository" :
diff --git a/doc/misc/npm-coding-style.md b/doc/misc/npm-coding-style.md
index e9333d0ec..b6a4a620f 100644
--- a/doc/misc/npm-coding-style.md
+++ b/doc/misc/npm-coding-style.md
@@ -133,7 +133,7 @@ string message to the callback. Stack traces are handy.
## Logging
-Logging is done using the [npmlog](https://github.com/isaacs/npmlog)
+Logging is done using the [npmlog](https://github.com/npm/npmlog)
utility.
Please clean up logs when they are no longer helpful. In particular,
diff --git a/doc/misc/npm-config.md b/doc/misc/npm-config.md
index 390ad3473..2df31f3a7 100644
--- a/doc/misc/npm-config.md
+++ b/doc/misc/npm-config.md
@@ -466,7 +466,7 @@ The default is "http", which shows http, warn, and error output.
* Type: Stream
This is the stream that is passed to the
-[npmlog](https://github.com/isaacs/npmlog) module at run time.
+[npmlog](https://github.com/npm/npmlog) module at run time.
It cannot be set from the command line, but if you are using npm
programmatically, you may wish to send logs to somewhere other than
diff --git a/doc/misc/npm-faq.md b/doc/misc/npm-faq.md
index d27c7e735..c2288389c 100644
--- a/doc/misc/npm-faq.md
+++ b/doc/misc/npm-faq.md
@@ -315,12 +315,12 @@ in a web browser. This will also tell you if you are just unable to
access the internet for some reason.
If the registry IS down, let me know by emailing <i@izs.me> or posting
-an issue at <https://github.com/isaacs/npm/issues>. We'll have
+an issue at <https://github.com/npm/npm/issues>. We'll have
someone kick it or something.
## Why no namespaces?
-Please see this discussion: <https://github.com/isaacs/npm/issues/798>
+Please see this discussion: <https://github.com/npm/npm/issues/798>
tl;dr - It doesn't actually make things better, and can make them worse.
@@ -338,7 +338,7 @@ There is not sufficient need to impose namespace rules on everyone.
Post an issue on the github project:
-* <https://github.com/isaacs/npm/issues>
+* <https://github.com/npm/npm/issues>
## Why does npm hate me?
diff --git a/doc/misc/npm-registry.md b/doc/misc/npm-registry.md
index 514bce2f8..a8c4b0200 100644
--- a/doc/misc/npm-registry.md
+++ b/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.