Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update some github urls in docs. #1982

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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