Skip to content

Commit

Permalink
docs: update some github urls in docs.
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
takenspc authored and ruyadorno committed Oct 20, 2020
1 parent ae09aa5 commit c9993e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/cli-commands/npm-init.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ will create a scoped package.

### See Also

* <https://github.com/isaacs/init-package-json>
* <https://github.com/npm/init-package-json>
* [package.json](/configuring-npm/package-json)
* [npm version](/cli-commands/version)
* [npm scope](/using-npm/scope)
2 changes: 1 addition & 1 deletion docs/content/configuring-npm/package-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Changes to the package should come along with changes to the version. If you don
plan to publish your package, the name and version fields are optional.

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

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

0 comments on commit c9993e6

Please sign in to comment.