diff --git a/docs/content/commands/npm-cache.md b/docs/content/commands/npm-cache.md index 008cad971c030..68c4faff57582 100644 --- a/docs/content/commands/npm-cache.md +++ b/docs/content/commands/npm-cache.md @@ -87,7 +87,7 @@ verify`. * Default: Windows: `%LocalAppData%\npm-cache`, Posix: `~/.npm` * Type: Path -The location of npm's cache directory. +The location of npm's cache directory. diff --git a/docs/content/using-npm/config.md b/docs/content/using-npm/config.md index e5d9d081feb4a..1a4349782d74e 100644 --- a/docs/content/using-npm/config.md +++ b/docs/content/using-npm/config.md @@ -307,8 +307,7 @@ See also the `strict-ssl` config. * Default: Windows: `%LocalAppData%\npm-cache`, Posix: `~/.npm` * Type: Path -The location of npm's cache directory. See [`npm -cache`](/commands/npm-cache) +The location of npm's cache directory. diff --git a/lib/utils/config/definitions.js b/lib/utils/config/definitions.js index 5f74eb03b14c8..3dd599a6812e8 100644 --- a/lib/utils/config/definitions.js +++ b/lib/utils/config/definitions.js @@ -326,8 +326,7 @@ define('cache', { `, type: path, description: ` - The location of npm's cache directory. See [\`npm - cache\`](/commands/npm-cache) + The location of npm's cache directory. `, flatten (key, obj, flatOptions) { flatOptions.cache = join(obj.cache, '_cacache') diff --git a/tap-snapshots/test/lib/utils/config/definitions.js.test.cjs b/tap-snapshots/test/lib/utils/config/definitions.js.test.cjs index 1005b9e4df112..f10e5280c7e1a 100644 --- a/tap-snapshots/test/lib/utils/config/definitions.js.test.cjs +++ b/tap-snapshots/test/lib/utils/config/definitions.js.test.cjs @@ -336,8 +336,7 @@ exports[`test/lib/utils/config/definitions.js TAP > config description for cache * Default: Windows: \`%LocalAppData%\\npm-cache\`, Posix: \`~/.npm\` * Type: Path -The location of npm's cache directory. See [\`npm -cache\`](/commands/npm-cache) +The location of npm's cache directory. ` exports[`test/lib/utils/config/definitions.js TAP > config description for cache-max 1`] = ` diff --git a/tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs b/tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs index e14b88464237c..06c19abfb6e2a 100644 --- a/tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs +++ b/tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs @@ -180,8 +180,7 @@ See also the \`strict-ssl\` config. * Default: Windows: \`%LocalAppData%\\npm-cache\`, Posix: \`~/.npm\` * Type: Path -The location of npm's cache directory. See [\`npm -cache\`](/commands/npm-cache) +The location of npm's cache directory.