Skip to content

Commit 2e05298

Browse files
committed
chore(docs): fixed links to cli commands
This reverts commit 0eac801. PR-URL: #1459 Credit: @claudiahdz Close: #1459 Reviewed-by: @claudiahdz
1 parent abdf528 commit 2e05298

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+205
-205
lines changed

docs/content/cli-commands/npm-access.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Management of teams and team memberships is done with the `npm team` command.
8787
### See Also
8888
8989
* [`libnpmaccess`](https://npm.im/libnpmaccess)
90-
* [npm team](/cli-commands/team)
91-
* [npm publish](/cli-commands/publish)
92-
* [npm config](/cli-commands/config)
90+
* [npm team](/cli-commands/npm-team)
91+
* [npm publish](/cli-commands/npm-publish)
92+
* [npm config](/cli-commands/npm-config)
9393
* [npm registry](/using-npm/registry)

docs/content/cli-commands/npm-adduser.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ username/password entry in legacy npm.
8989
### See Also
9090

9191
* [npm registry](/using-npm/registry)
92-
* [npm config](/cli-commands/config)
92+
* [npm config](/cli-commands/npm-config)
9393
* [npmrc](/configuring-npm/npmrc)
94-
* [npm owner](/cli-commands/owner)
95-
* [npm whoami](/cli-commands/whoami)
94+
* [npm owner](/cli-commands/npm-owner)
95+
* [npm whoami](/cli-commands/npm-whoami)

docs/content/cli-commands/npm-audit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@ configuration setting.
131131

132132
### See Also
133133

134-
* [npm install](/cli-commands/install)
134+
* [npm install](/cli-commands/npm-install)
135135
* [package-locks](/configuring-npm/package-locks)
136136
* [config](/using-npm/config)

docs/content/cli-commands/npm-bin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Print the folder where npm will install executables.
1919

2020
### See Also
2121

22-
* [npm prefix](/cli-commands/prefix)
23-
* [npm root](/cli-commands/root)
22+
* [npm prefix](/cli-commands/npm-prefix)
23+
* [npm root](/cli-commands/npm-root)
2424
* [npm folders](/configuring-npm/folders)
25-
* [npm config](/cli-commands/config)
25+
* [npm config](/cli-commands/npm-config)
2626
* [npmrc](/configuring-npm/npmrc)

docs/content/cli-commands/npm-bugs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ The base URL of the npm package registry.
4141

4242
### See Also
4343

44-
* [npm docs](/cli-commands/docs)
45-
* [npm view](/cli-commands/view)
46-
* [npm publish](/cli-commands/publish)
44+
* [npm docs](/cli-commands/npm-docs)
45+
* [npm view](/cli-commands/npm-view)
46+
* [npm publish](/cli-commands/npm-publish)
4747
* [npm registry](/using-npm/registry)
48-
* [npm config](/cli-commands/config)
48+
* [npm config](/cli-commands/npm-config)
4949
* [npmrc](/configuring-npm/npmrc)
5050
* [package.json](/configuring-npm/package-json)

docs/content/cli-commands/npm-build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ directly, run:
2828

2929
### See Also
3030

31-
* [npm install](/cli-commands/install)
32-
* [npm link](/cli-commands/link)
31+
* [npm install](/cli-commands/npm-install)
32+
* [npm link](/cli-commands/npm-link)
3333
* [npm scripts](/using-npm/scripts)
3434
* [package.json](/configuring-npm/package-json)

docs/content/cli-commands/npm-bundle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ Just use `npm install` now to do what `npm bundle` used to do.
1818

1919
### See Also
2020

21-
* [npm install](/cli-commands/install)
21+
* [npm install](/cli-commands/npm-install)

docs/content/cli-commands/npm-cache.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ The root cache folder.
8282
### See Also
8383

8484
* [npm folders](/configuring-npm/folders)
85-
* [npm config](/cli-commands/config)
85+
* [npm config](/cli-commands/npm-config)
8686
* [npmrc](/configuring-npm/npmrc)
87-
* [npm install](/cli-commands/install)
88-
* [npm publish](/cli-commands/publish)
89-
* [npm pack](/cli-commands/pack)
87+
* [npm install](/cli-commands/npm-install)
88+
* [npm publish](/cli-commands/npm-publish)
89+
* [npm pack](/cli-commands/npm-pack)
9090
* https://npm.im/cacache
9191
* https://npm.im/pacote

docs/content/cli-commands/npm-ci.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ cache:
4545

4646
### Description
4747

48-
This command is similar to [`npm install`](/cli-commands/install), except it's meant to be used in
48+
This command is similar to [`npm install`](/cli-commands/npm-install), except it's meant to be used in
4949
automated environments such as test platforms, continuous integration, and
5050
deployment -- or any situation where you want to make sure you're doing a clean
5151
install of your dependencies. It can be significantly faster than a regular npm
@@ -63,5 +63,5 @@ In short, the main differences between using `npm install` and `npm ci` are:
6363

6464
### See Also
6565

66-
* [npm install](/cli-commands/install)
66+
* [npm install](/cli-commands/npm-install)
6767
* [package-locks](/configuring-npm/package-locks)

docs/content/cli-commands/npm-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ global config.
7979
### See Also
8080

8181
* [npm folders](/configuring-npm/folders)
82-
* [npm config](/cli-commands/config)
82+
* [npm config](/cli-commands/npm-config)
8383
* [package.json](/configuring-npm/package-json)
8484
* [npmrc](/configuring-npm/npmrc)
8585
* [npm](/cli-commands/npm)

0 commit comments

Comments
 (0)