Skip to content

Commit c9993e6

Browse files
takenspcruyadorno
authored andcommitted
docs: update some github urls in docs.
* init-package-json is now https://github.com/npm/init-package-json * node-semver is now https://github.com/npm/node-semver PR-URL: #1982 Credit: @takenspc Close: #1982 Reviewed-by: @ruyadorno
1 parent ae09aa5 commit c9993e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/cli-commands/npm-init.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ will create a scoped package.
6868

6969
### See Also
7070

71-
* <https://github.com/isaacs/init-package-json>
71+
* <https://github.com/npm/init-package-json>
7272
* [package.json](/configuring-npm/package-json)
7373
* [npm version](/cli-commands/version)
7474
* [npm scope](/using-npm/scope)

docs/content/configuring-npm/package-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Changes to the package should come along with changes to the version. If you don
5858
plan to publish your package, the name and version fields are optional.
5959

6060
Version must be parseable by
61-
[node-semver](https://github.com/isaacs/node-semver), which is bundled
61+
[node-semver](https://github.com/npm/node-semver), which is bundled
6262
with npm as a dependency. (`npm install semver` to use it yourself.)
6363

6464
More on version numbers and ranges at [semver](/using-npm/semver).

0 commit comments

Comments
 (0)