Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit b0d4d85

Browse files
author
Griffen Schwiesow
committedOct 16, 2019
Fix broken link to NodeJS docs in README.md
1 parent 887199a commit b0d4d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Follow @nodesass on twitter for release updates: <https://twitter.com/nodesass>
4545
npm install node-sass
4646
```
4747

48-
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.
48+
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.
4949

5050
Compiling on Windows machines requires the [node-gyp prerequisites](https://github.com/nodejs/node-gyp#on-windows).
5151

0 commit comments

Comments
 (0)
This repository has been archived.