From b0d4d853f7d4f49ee13d655b9e78279ce3346fb6 Mon Sep 17 00:00:00 2001 From: Griffen Schwiesow Date: Wed, 16 Oct 2019 11:20:27 -0700 Subject: [PATCH] Fix broken link to NodeJS docs in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08b276786..0e035bed5 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Follow @nodesass on twitter for release updates: npm install node-sass ``` -Some users have reported issues installing on Ubuntu due to `node` being registered to another package. [Follow the official NodeJS docs](https://github.com/nodejs/node-v0.x-archive/wiki/Installing-Node.js-via-package-manager) to install NodeJS so that `#!/usr/bin/env node` correctly resolves. +Some users have reported issues installing on Ubuntu due to `node` being registered to another package. [Follow the official NodeJS docs](https://github.com/nodesource/distributions/blob/master/README.md#debinstall) to install NodeJS so that `#!/usr/bin/env node` correctly resolves. Compiling on Windows machines requires the [node-gyp prerequisites](https://github.com/nodejs/node-gyp#on-windows).