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:
authorEdward Thomson <ethomson@edwardthomson.com>2020-09-22 16:56:10 +0300
committerisaacs <i@izs.me>2020-10-23 20:29:42 +0300
commit47a42bd56b47a054a8aa5451d8e3004aaf79894b (patch)
treee89e8d7c943218142cc4ed216f9aedc950c7d942 /docs/content/commands/npx.md
parent65223650670851141d5634bff3a86cb8ca87f9fb (diff)
docs: keep the `npm-` prefix for commands
Again, this reflects the path hierarchy and structure, and matches the old documentation URLs.
Diffstat (limited to 'docs/content/commands/npx.md')
-rw-r--r--docs/content/commands/npx.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/content/commands/npx.md b/docs/content/commands/npx.md
index ece863843..a5522c66e 100644
--- a/docs/content/commands/npx.md
+++ b/docs/content/commands/npx.md
@@ -166,10 +166,10 @@ This resulted in some shifts in its functionality:
### See Also
-* [npm run-script](/commands/run-script)
+* [npm run-script](/commands/npm-run-script)
* [npm scripts](/using-npm/scripts)
-* [npm test](/commands/test)
-* [npm start](/commands/start)
-* [npm restart](/commands/restart)
-* [npm stop](/commands/stop)
-* [npm config](/commands/config)
+* [npm test](/commands/npm-test)
+* [npm start](/commands/npm-start)
+* [npm restart](/commands/npm-restart)
+* [npm stop](/commands/npm-stop)
+* [npm config](/commands/npm-config)