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:
authorisaacs <i@izs.me>2010-05-04 10:18:18 +0400
committerisaacs <i@izs.me>2010-05-04 10:18:18 +0400
commitd38f0b364661d1402e703ed91f64e656eb7a7ab6 (patch)
tree9d10385f0163120210cf1c0de85387e07ce0df5b /doc
parent6e06d906d2eb93348400caf1dd6b219c22ed8f46 (diff)
Fix the "see also" sections
Diffstat (limited to 'doc')
-rw-r--r--doc/activate.md4
-rw-r--r--doc/deactivate.md4
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/activate.md b/doc/activate.md
index 25b6e6919..08772d3d1 100644
--- a/doc/activate.md
+++ b/doc/activate.md
@@ -10,4 +10,6 @@ npm activate(1) -- Activate an installed version of a package
This "activates" a specific version of a package, so that you can just do
`require("foo")` without having to specify the version.
-See: deactivate
+## SEE ALSO
+
+npm-deactivate(1)
diff --git a/doc/deactivate.md b/doc/deactivate.md
index 3a2136497..5bf5a17e9 100644
--- a/doc/deactivate.md
+++ b/doc/deactivate.md
@@ -10,4 +10,6 @@ npm-deactivate(1) -- Deactivate the active version of a package
If there's an active version of the package, this will unlink it from that
preferential position.
-See: activate
+## SEE ALSO
+
+npm-activate(1)