We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4793e1d commit ff9a6faCopy full SHA for ff9a6fa
README.md
@@ -3,7 +3,7 @@ node-gyp
3
### Node.js native addon build tool
4
5
`node-gyp` is a cross-platform command-line tool written in Node.js for compiling
6
-native addon modules for Node.js. It bundles the [gyp](https://code.google.com/p/gyp/)
+native addon modules for Node.js. It bundles the [gyp](https://gyp.gsrc.io)
7
project used by the Chromium team and takes away the pain of dealing with the
8
various differences in build platforms. It is the replacement to the `node-waf`
9
program which is removed for node `v0.8`. If you have a native addon for node that
0 commit comments