Skip to content

Commit 19a0230

Browse files
committedMay 1, 2020
docs: updated node-gyp links
1 parent 36c878d commit 19a0230

File tree

1 file changed

+5
-5
lines changed
  • docs/content/cli-commands

1 file changed

+5
-5
lines changed
 

‎docs/content/cli-commands/npm.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ on a preinstalled git.
5757

5858
If one of the packages npm tries to install is a native node module and
5959
requires compiling of C++ Code, npm will use
60-
[node-gyp](https://github.com/TooTallNate/node-gyp) for that task.
61-
For a Unix system, [node-gyp](https://github.com/TooTallNate/node-gyp)
60+
[node-gyp](https://github.com/nodejs/node-gyp) for that task.
61+
For a Unix system, [node-gyp](https://github.com/nodejs/node-gyp)
6262
needs Python, make and a buildchain like GCC. On Windows,
6363
Python and Microsoft Visual Studio C++ are needed. Python 3 is
64-
not supported by [node-gyp](https://github.com/TooTallNate/node-gyp).
64+
not supported by [node-gyp](https://github.com/nodejs/node-gyp).
6565
For more information visit
66-
[the node-gyp repository](https://github.com/TooTallNate/node-gyp) and
67-
the [node-gyp Wiki](https://github.com/TooTallNate/node-gyp/wiki).
66+
[the node-gyp repository](https://github.com/nodejs/node-gyp) and
67+
the [node-gyp Wiki](https://github.com/nodejs/node-gyp/wiki).
6868

6969
### Directories
7070

0 commit comments

Comments
 (0)
Please sign in to comment.