Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(docs): use correct hyperlink to package-json
See npm/documentation#36

PR-URL: #3759
Credit: @nategreen
Close: #3759
Reviewed-by: @wraithgar
  • Loading branch information
nategreen authored and wraithgar committed Sep 15, 2021
1 parent b807cd6 commit 4d93b48
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 4d93b48

Please sign in to comment.