Skip to content

Commit 2e05298

Browse files
committedJun 24, 2020
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

+3-3
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

+3-3
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)

0 commit comments

Comments
 (0)
Please sign in to comment.