From c9993e6b1c2918699c2d125bf9b966f44f5d3ebe Mon Sep 17 00:00:00 2001 From: takenspc Date: Sun, 18 Oct 2020 05:28:37 +0000 Subject: [PATCH] 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: https://github.com/npm/cli/pull/1982 Credit: @takenspc Close: #1982 Reviewed-by: @ruyadorno --- docs/content/cli-commands/npm-init.md | 2 +- docs/content/configuring-npm/package-json.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/cli-commands/npm-init.md b/docs/content/cli-commands/npm-init.md index 32b7f82301991..d88637cdf590f 100644 --- a/docs/content/cli-commands/npm-init.md +++ b/docs/content/cli-commands/npm-init.md @@ -68,7 +68,7 @@ will create a scoped package. ### See Also -* +* * [package.json](/configuring-npm/package-json) * [npm version](/cli-commands/version) * [npm scope](/using-npm/scope) diff --git a/docs/content/configuring-npm/package-json.md b/docs/content/configuring-npm/package-json.md index 794c7ad7d4353..206009822f9d7 100644 --- a/docs/content/configuring-npm/package-json.md +++ b/docs/content/configuring-npm/package-json.md @@ -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).