From 369828a75a2669ddd6fb878753ba91b9ae6e18c8 Mon Sep 17 00:00:00 2001 From: DeeDeeG Date: Wed, 5 Jan 2022 21:27:49 -0500 Subject: [PATCH] docs: Fix link per review feedback Use relative (current dir) link rather than absolute web URL Co-authored-by: Rod Vagg --- docs/Force-npm-to-use-global-node-gyp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Force-npm-to-use-global-node-gyp.md b/docs/Force-npm-to-use-global-node-gyp.md index 94e9c305af..d12d1526b8 100644 --- a/docs/Force-npm-to-use-global-node-gyp.md +++ b/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).