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
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc/npm-coding-style.md')
-rw-r--r--doc/misc/npm-coding-style.md2
1 files changed, 1 insertions, 1 deletions
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,