summaryrefslogtreecommitdiff
path: root/deps/npm/doc/misc/npm-coding-style.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/misc/npm-coding-style.md')
-rw-r--r--deps/npm/doc/misc/npm-coding-style.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/doc/misc/npm-coding-style.md b/deps/npm/doc/misc/npm-coding-style.md
index e9333d0ec..b6a4a620f 100644
--- a/deps/npm/doc/misc/npm-coding-style.md
+++ b/deps/npm/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,