diff --git a/docs/tutorial/windows-arm.md b/docs/tutorial/windows-arm.md index 6e00a6f4a5..8413b7955a 100644 --- a/docs/tutorial/windows-arm.md +++ b/docs/tutorial/windows-arm.md @@ -71,7 +71,7 @@ If you want to develop your application directly on a Windows on Arm device, sub By default, `node-gyp` unpacks Electron's node headers and downloads the x86 and x64 versions of `node.lib` into `%APPDATA%\..\Local\node-gyp\Cache`, but it does not download the arm64 version ([a fix for this is in development](https://github.com/nodejs/node-gyp/pull/1875).) To fix this: -1. Download the arm64 `node.lib` from https://atom.io/download/v6.0.9/win-arm64/node.lib +1. Download the arm64 `node.lib` from https://electronjs.org/headers/v6.0.9/win-arm64/node.lib 2. Move it to `%APPDATA%\..\Local\node-gyp\Cache\6.0.9\arm64\node.lib` Substitute `6.0.9` for the version you're using.