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:
authorisaacs <i@izs.me>2013-07-12 02:26:16 +0400
committerisaacs <i@izs.me>2013-07-12 02:26:37 +0400
commit3462380fd8d72525369cddf37564f0441a450f93 (patch)
treea8791b3a7ea62a4b46165366c528bb20ae1a3d46 /doc/cli/npm.md
parent91206443ed181900c409c519e08700039eae8daf (diff)
doc: Correct links to misc section docs
Diffstat (limited to 'doc/cli/npm.md')
-rw-r--r--doc/cli/npm.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/cli/npm.md b/doc/cli/npm.md
index b5b4758c2..19a3797e8 100644
--- a/doc/cli/npm.md
+++ b/doc/cli/npm.md
@@ -102,7 +102,7 @@ See `npm-config(1)` for much much more information.
Patches welcome!
* code:
- Read through `npm-coding-style(1)` if you plan to submit code.
+ Read through `npm-coding-style(7)` if you plan to submit code.
You don't have to agree with it, but you do have to follow it.
* docs:
If you find an error in the documentation, edit the appropriate markdown
@@ -146,10 +146,10 @@ See npm-changelog(1)
## SEE ALSO
* npm-help(1)
-* npm-faq(1)
+* npm-faq(7)
* README
* package.json(5)
* npm-install(1)
* npm-config(1)
-* npm-index(1)
+* npm-index(7)
* npm(3)