Better npx link (#277)

* Better npx link * Better npx link * Better npx link * 🌲 Co-authored-by: wraithgar <wraithgar@github.com> * Update resolving-eacces-permissions-errors-when-installing-packages-globally.mdx * 🌲 Co-authored-by: wraithgar <wraithgar@github.com>

Michael Rienstra committed Oct 27, 2022 at 09:33 UTC e3bb8f8a3d4d9553a060c6b60bba2c2d2d7509ec
3 files changed +3 -3
content/about-npm/index.mdx
+1 -1
@@ -22,7 +22,7 @@ The [*registry*](https://docs.npmjs.com/misc/registry) is a large public databas
22
23 * Adapt packages of code for your apps, or incorporate packages as they are.
24 * Download standalone tools you can use right away.
25 -* Run packages without downloading using [npx](https://www.npmjs.com/package/npx).
25 +* Run packages without downloading using [npx](https://docs.npmjs.com/cli/commands/npx).
26 * Share code with any npm user, anywhere.
27 * Restrict code to specific developers.
28 * Create organizations to coordinate package maintenance, coding, and developers.
content/packages-and-modules/getting-packages-from-the-registry/resolving-eacces-permissions-errors-when-installing-packages-globally.mdx
+1 -1
@@ -68,7 +68,7 @@ NPM_CONFIG_PREFIX=~/.npm-global
68
69 **npx: an alternative to running global commands**
70
71 -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).
71 +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).
72
73 </Note>
74
content/policies/privacy.mdx
+1 -1
@@ -32,7 +32,7 @@ If you find yourself in a jam,
32 npm collects data about you:
33
34 - when you use the [npm command](https://www.npmjs.com/package/npm),
35 - the [npx command](https://www.npmjs.com/package/npx) or another
35 + the [npx command](https://docs.npmjs.com/cli/commands/npx) or another
36 program to access the [npm public registry](https://registry.npmjs.org/),
37 [Enterprise registries that npm hosts](https://www.npmjs.com/enterprise),
38 [private packages](https://www.npmjs.com/features),