You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ node-gyp
3
3
### Node.js native addon build tool
4
4
5
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/)
6
+
native addon modules for Node.js. It bundles the [gyp](https://gyp.gsrc.io)
7
7
project used by the Chromium team and takes away the pain of dealing with the
8
8
various differences in build platforms. It is the replacement to the `node-waf`
9
9
program which is removed for node `v0.8`. If you have a native addon for node that
0 commit comments