Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKarthik Sundari <karthik_sundari@comcast.com>2021-03-13 15:10:44 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2021-03-18 23:13:09 +0300
commitad65bd9101aa8e8b94bc1e48df3ef93deca6d30c (patch)
tree173a145653678daf4ba53ee21eedd60314eea635 /docs
parent41facf6435ced4e416d74111d9c3ff00ee19ab7d (diff)
docs(configuring-npm): Fix broken link
PR-URL: https://github.com/npm/cli/pull/2860 Credit: @varmakarthik12 Close: #2860 Reviewed-by: @wraithgar
Diffstat (limited to 'docs')
-rw-r--r--docs/content/configuring-npm/package-json.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/content/configuring-npm/package-json.md b/docs/content/configuring-npm/package-json.md
index 4b3fd2ba9..9a4fd5f95 100644
--- a/docs/content/configuring-npm/package-json.md
+++ b/docs/content/configuring-npm/package-json.md
@@ -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`