Skip to content

Commit c9993e6

Browse files
takenspcruyadorno
authored andcommitted
1 parent ae09aa5 commit c9993e6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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)