From 348e0429c1e8aadd647b51a1d19158d9b5fc3646 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 --- 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).