diff --git a/docs/content/commands/npm-adduser.md b/docs/content/commands/npm-adduser.md index 91f1195afbbee..ea6654e98865d 100644 --- a/docs/content/commands/npm-adduser.md +++ b/docs/content/commands/npm-adduser.md @@ -27,7 +27,7 @@ Note: This command is unaware of workspaces. Create a new user in the specified registry, and save the credentials to the `.npmrc` file. If no registry is specified, the default registry -will be used (see [`config`](/using-npm/config)). +will be used (see [`registry`](/using-npm/registry)). When using `legacy` for your `auth-type`, the username, password, and email are read in from prompts. diff --git a/docs/content/commands/npm-config.md b/docs/content/commands/npm-config.md index 28c6003571de5..6e0c0b682d724 100644 --- a/docs/content/commands/npm-config.md +++ b/docs/content/commands/npm-config.md @@ -35,7 +35,7 @@ variables, `npmrc` files, and in some cases, the `package.json` file. See [npmrc](/configuring-npm/npmrc) for more information about the npmrc files. -See [config(7)](/using-npm/config) for a more thorough explanation of the +See [config](/using-npm/config) for a more thorough explanation of the mechanisms involved, and a full list of config options available. The `npm config` command can be used to update and edit the contents diff --git a/docs/content/commands/npm-install.md b/docs/content/commands/npm-install.md index 0cf2eea83edb9..72bd93fff9ba8 100644 --- a/docs/content/commands/npm-install.md +++ b/docs/content/commands/npm-install.md @@ -127,7 +127,7 @@ into a tarball (b). * `npm install [<@scope>/]`: Do a `@` install, where `` is the "tag" config. (See - [`config`](/using-npm/config). The config's default value is `latest`.) + [`config`](/using-npm/config#tag). The config's default value is `latest`.) In most cases, this will install the version of the modules tagged as `latest` on the npm registry. diff --git a/docs/content/using-npm/package-spec.md b/docs/content/using-npm/package-spec.md index 0d3741018f036..1ace780019fb3 100644 --- a/docs/content/using-npm/package-spec.md +++ b/docs/content/using-npm/package-spec.md @@ -101,6 +101,6 @@ Examples: ### See also -[npm-package-arg](https://npm.im/npm-package-arg) -[scope](/using-npm/scope) -[config](/using-npm/config) +* [npm-package-arg](https://npm.im/npm-package-arg) +* [scope](/using-npm/scope) +* [config](/using-npm/config)