diff --git a/content/about-npm/index.mdx b/content/about-npm/index.mdx index 87abbc984c8..1f2aadeae24 100644 --- a/content/about-npm/index.mdx +++ b/content/about-npm/index.mdx @@ -22,7 +22,7 @@ The [*registry*](https://docs.npmjs.com/misc/registry) is a large public databas * Adapt packages of code for your apps, or incorporate packages as they are. * Download standalone tools you can use right away. -* Run packages without downloading using [npx](https://www.npmjs.com/package/npx). +* Run packages without downloading using [npx](https://docs.npmjs.com/cli/commands/npx). * Share code with any npm user, anywhere. * Restrict code to specific developers. * Create organizations to coordinate package maintenance, coding, and developers. diff --git a/content/packages-and-modules/getting-packages-from-the-registry/resolving-eacces-permissions-errors-when-installing-packages-globally.mdx b/content/packages-and-modules/getting-packages-from-the-registry/resolving-eacces-permissions-errors-when-installing-packages-globally.mdx index 1d284baeba2..d91f2b679f6 100644 --- a/content/packages-and-modules/getting-packages-from-the-registry/resolving-eacces-permissions-errors-when-installing-packages-globally.mdx +++ b/content/packages-and-modules/getting-packages-from-the-registry/resolving-eacces-permissions-errors-when-installing-packages-globally.mdx @@ -68,7 +68,7 @@ NPM_CONFIG_PREFIX=~/.npm-global **npx: an alternative to running global commands** -If you are using npm version 5.2 or greater, you may want to consider [npx](https://www.npmjs.com/package/npx) as an alternative way to run global commands, especially if you only need a command occasionally. For more information, see [this article about npx](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b). +If you are using npm version 5.2 or greater, you may want to consider [npx](https://docs.npmjs.com/cli/commands/npx) as an alternative way to run global commands, especially if you only need a command occasionally. For more information, see [this article about npx](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b). diff --git a/content/policies/privacy.mdx b/content/policies/privacy.mdx index f832674d8c2..2a0bc78fd22 100644 --- a/content/policies/privacy.mdx +++ b/content/policies/privacy.mdx @@ -32,7 +32,7 @@ If you find yourself in a jam, npm collects data about you: - when you use the [npm command](https://www.npmjs.com/package/npm), - the [npx command](https://www.npmjs.com/package/npx) or another + the [npx command](https://docs.npmjs.com/cli/commands/npx) or another program to access the [npm public registry](https://registry.npmjs.org/), [Enterprise registries that npm hosts](https://www.npmjs.com/enterprise), [private packages](https://www.npmjs.com/features),