Skip to content

Commit

Permalink
docs: Fix link per review feedback
Browse files Browse the repository at this point in the history
Use relative (current dir) link rather than absolute web URL

Co-authored-by: Rod Vagg <rod@vagg.org>
  • Loading branch information
DeeDeeG and rvagg committed Jan 6, 2022
1 parent c450575 commit 369828a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Force-npm-to-use-global-node-gyp.md
@@ -1,6 +1,6 @@
# Force npm to use global installed node-gyp

**Note: These instructions only work with npm 6 or older. For a solution that works with npm 8 (or older), see [Updating-npm-bundled-node-gyp.md](https://github.com/nodejs/node-gyp/blob/master/docs/Updating-npm-bundled-node-gyp.md).**
**Note: These instructions only work with npm 6 or older. For a solution that works with npm 8 (or older), see [Updating-npm-bundled-node-gyp.md](Updating-npm-bundled-node-gyp.md).**

[Many issues](https://github.com/nodejs/node-gyp/labels/ERR%21%20node-gyp%20-v%20%3C%3D%20v5.1.0) are opened by users who are
not running a [current version of node-gyp](https://github.com/nodejs/node-gyp/releases).
Expand Down

0 comments on commit 369828a

Please sign in to comment.