Skip to content

Commit

Permalink
Fix hyperlink to package-json docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nategreen committed Sep 15, 2021
1 parent d57b43d commit 5071f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/using-npm/scripts.md
Expand Up @@ -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

Expand Down

0 comments on commit 5071f04

Please sign in to comment.