Skip to content

Commit

Permalink
docs(configuring-npm): Fix broken link
Browse files Browse the repository at this point in the history
PR-URL: #2860
Credit: @varmakarthik12
Close: #2860
Reviewed-by: @wraithgar
  • Loading branch information
Karthik Sundari authored and ruyadorno committed Mar 18, 2021
1 parent 41facf6 commit ad65bd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/content/configuring-npm/package-json.md
Expand Up @@ -562,8 +562,7 @@ tarball or git URL.
**Please do not put test harnesses or transpilers or other "development"
time tools in your `dependencies` object.** See `devDependencies`, below.

See [semver]([/using-npm/semver](https://github.com/npm/node-semver#versions))
for more details about specifying version ranges.
See [semver](/using-npm/semver#versions) for more details about specifying version ranges.

* `version` Must match `version` exactly
* `>version` Must be greater than `version`
Expand Down

0 comments on commit ad65bd9

Please sign in to comment.