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:
authorNate Green <heynategreen@gmail.com>2021-09-15 16:58:13 +0300
committerGar <gar+gh@danger.computer>2021-09-15 17:43:47 +0300
commit4d93b484abb50e3704fb436db572b93fb36c7ac3 (patch)
treebac714f88669e5b485a270dc86a66e24eb740550 /docs
parentb807cd62eabe337e3243415c9870ea36d9289e12 (diff)
fix(docs): use correct hyperlink to package-json
See npm/documentation#36 PR-URL: https://github.com/npm/cli/pull/3759 Credit: @nategreen Close: #3759 Reviewed-by: @wraithgar
Diffstat (limited to 'docs')
-rw-r--r--docs/content/using-npm/scripts.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/using-npm/scripts.md b/docs/content/using-npm/scripts.md
index e033afd30..ad32ca6eb 100644
--- a/docs/content/using-npm/scripts.md
+++ b/docs/content/using-npm/scripts.md
@@ -259,7 +259,7 @@ package.json file, then your package scripts would have the
in your code with `process.env.npm_package_name` and
`process.env.npm_package_version`, and so on for other fields.
-See [`package-json.md`](/using-npm/package-json) for more on package configs.
+See [`package-json.md`](/configuring-npm/package-json) for more on package configs.
#### current lifecycle event