Skip to content

Commit d79830e

Browse files
committed
docs: change command links to /commands
These links now reflect the reality of the filesystem and their paths.
1 parent b9800b4 commit d79830e

Some content is hidden

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

71 files changed

+229
-229
lines changed

docs/content/commands/npm-access.md

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

docs/content/commands/npm-adduser.md

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

8787
* [npm registry](/using-npm/registry)
88-
* [npm config](/cli-commands/npm-config)
88+
* [npm config](/commands/npm-config)
8989
* [npmrc](/configuring-npm/npmrc)
90-
* [npm owner](/cli-commands/npm-owner)
91-
* [npm whoami](/cli-commands/npm-whoami)
90+
* [npm owner](/commands/npm-owner)
91+
* [npm whoami](/commands/npm-whoami)

docs/content/commands/npm-audit.md

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

128128
### See Also
129129

130-
* [npm install](/cli-commands/npm-install)
130+
* [npm install](/commands/npm-install)
131131
* [package-locks](/configuring-npm/package-locks)
132132
* [config](/using-npm/config)

docs/content/commands/npm-bin.md

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

1616
### See Also
1717

18-
* [npm prefix](/cli-commands/npm-prefix)
19-
* [npm root](/cli-commands/npm-root)
18+
* [npm prefix](/commands/npm-prefix)
19+
* [npm root](/commands/npm-root)
2020
* [npm folders](/configuring-npm/folders)
21-
* [npm config](/cli-commands/npm-config)
21+
* [npm config](/commands/npm-config)
2222
* [npmrc](/configuring-npm/npmrc)

docs/content/commands/npm-bugs.md

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

3838
### See Also
3939

40-
* [npm docs](/cli-commands/npm-docs)
41-
* [npm view](/cli-commands/npm-view)
42-
* [npm publish](/cli-commands/npm-publish)
40+
* [npm docs](/commands/npm-docs)
41+
* [npm view](/commands/npm-view)
42+
* [npm publish](/commands/npm-publish)
4343
* [npm registry](/using-npm/registry)
44-
* [npm config](/cli-commands/npm-config)
44+
* [npm config](/commands/npm-config)
4545
* [npmrc](/configuring-npm/npmrc)
4646
* [package.json](/configuring-npm/package-json)

docs/content/commands/npm-build.md

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

2525
### See Also
2626

27-
* [npm install](/cli-commands/npm-install)
28-
* [npm link](/cli-commands/npm-link)
27+
* [npm install](/commands/npm-install)
28+
* [npm link](/commands/npm-link)
2929
* [npm scripts](/using-npm/scripts)
3030
* [package.json](/configuring-npm/package-json)

docs/content/commands/npm-bundle.md

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

1515
### See Also
1616

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

docs/content/commands/npm-cache.md

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

8080
* [npm folders](/configuring-npm/folders)
81-
* [npm config](/cli-commands/npm-config)
81+
* [npm config](/commands/npm-config)
8282
* [npmrc](/configuring-npm/npmrc)
83-
* [npm install](/cli-commands/npm-install)
84-
* [npm publish](/cli-commands/npm-publish)
85-
* [npm pack](/cli-commands/npm-pack)
83+
* [npm install](/commands/npm-install)
84+
* [npm publish](/commands/npm-publish)
85+
* [npm pack](/commands/npm-pack)
8686
* https://npm.im/cacache
8787
* https://npm.im/pacote

docs/content/commands/npm-ci.md

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

4242
### Description
4343

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

6060
### See Also
6161

62-
* [npm install](/cli-commands/npm-install)
62+
* [npm install](/commands/npm-install)
6363
* [package-locks](/configuring-npm/package-locks)

docs/content/commands/npm-completion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ completions based on the arguments.
3535
### See Also
3636

3737
* [npm developers](/using-npm/developers)
38-
* [npm](/cli-commands/npm)
38+
* [npm](/commands/npm)

0 commit comments

Comments
 (0)