Skip to content

Commit ad65bd9

Browse files
Karthik Sundariruyadorno
Karthik Sundari
authored andcommitted
docs(configuring-npm): Fix broken link
PR-URL: #2860 Credit: @varmakarthik12 Close: #2860 Reviewed-by: @wraithgar
1 parent 41facf6 commit ad65bd9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/content/configuring-npm/package-json.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -562,8 +562,7 @@ tarball or git URL.
562562
**Please do not put test harnesses or transpilers or other "development"
563563
time tools in your `dependencies` object.** See `devDependencies`, below.
564564

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

568567
* `version` Must match `version` exactly
569568
* `>version` Must be greater than `version`

0 commit comments

Comments
 (0)