aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli/npm.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/cli/npm.md')
-rw-r--r--deps/npm/doc/cli/npm.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/deps/npm/doc/cli/npm.md b/deps/npm/doc/cli/npm.md
index 9746a15fc0..6c4cdd42bb 100644
--- a/deps/npm/doc/cli/npm.md
+++ b/deps/npm/doc/cli/npm.md
@@ -127,11 +127,11 @@ Patches welcome!
Contributors are listed in npm's `package.json` file. You can view them
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.
+If you would like to contribute, but don't know what to work on, read
+the contributing guidelines and check the issues list.
+* https://github.com/npm/npm/wiki/Contributing-Guidelines
* <https://github.com/npm/npm/issues>
-* <npm-@googlegroups.com>
## BUGS
@@ -139,8 +139,6 @@ When you find issues, please report them:
* web:
<https://github.com/npm/npm/issues>
-* email:
- <npm-@googlegroups.com>
Be sure to include *all* of the output from the npm command that didn't work
as expected. The `npm-debug.log` file is also helpful to provide.