Skip to content

Commit 1fe1c9b

Browse files
demiraclwraithgar
authored andcommitted
fix(docs): updated policy urls
PR-URL: #3523 Credit: @DemiraDimitrova Close: #3523 Reviewed-by: @wraithgar
1 parent a014f3d commit 1fe1c9b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Code of Conduct
44

5-
All interactions in the **npm** organization on GitHub are considered to be covered by our standard [Code of Conduct](https://www.npmjs.com/policies/conduct).
5+
All interactions in the **npm** organization on GitHub are considered to be covered by our standard [Code of Conduct](https://docs.npmjs.com/policies/conduct).
66

77
## Development
88

docs/content/commands/npm-unpublish.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Remove a package from the registry
77
### Synopsis
88

99
To learn more about how the npm registry treats unpublish, see our <a
10-
href="https://www.npmjs.com/policies/unpublish" target="_blank"
10+
href="https://docs.npmjs.com/policies/unpublish" target="_blank"
1111
rel="noopener noreferrer"> unpublish policies</a>
1212

1313
#### Unpublishing a single version of a package

docs/content/commands/npm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Run `npm help` to get a list of available commands.
3131
npm comes preconfigured to use npm's public registry at
3232
https://registry.npmjs.org by default. Use of the npm public registry is
3333
subject to terms of use available at
34-
https://www.npmjs.com/policies/terms.
34+
https://docs.npmjs.com/policies/terms.
3535

3636
You can configure npm to use any compatible registry you like, and even
3737
run your own registry. Use of someone else's registry is governed by

docs/content/using-npm/registry.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ package info.
1212

1313
npm is configured to use the **npm public registry** at
1414
<https://registry.npmjs.org> by default. Use of the npm public registry is
15-
subject to terms of use available at <https://www.npmjs.com/policies/terms>.
15+
subject to terms of use available at <https://docs.npmjs.com/policies/terms>.
1616

1717
You can configure npm to use any compatible registry you like, and even run
1818
your own registry. Use of someone else's registry may be governed by their

packages/libnpmdiff/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ hesitate to jump in if you'd like to, or even ask us questions if something
6161
isn't clear.
6262

6363
All participants and maintainers in this project are expected to follow the
64-
[npm Code of Conduct](https://www.npmjs.com/policies/conduct), and just
64+
[npm Code of Conduct](https://docs.npmjs.com/policies/conduct), and just
6565
generally be excellent to each other.
6666

6767
Please refer to the [Changelog](CHANGELOG.md) for project history details, too.

0 commit comments

Comments
 (0)