From ff9a6fadfd0d9c59fde3279dca49b7c6048376e8 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Mon, 28 Nov 2016 22:34:55 +0800 Subject: [PATCH] Update link of gyp as Google code is shutting down PR-URL: https://github.com/nodejs/node-gyp/pull/1061 Reviewed-By: Ben Noordhuis Reviewed-By: Gibson Fahnestock --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d13b038ee..22415430a0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ node-gyp ### Node.js native addon build tool `node-gyp` is a cross-platform command-line tool written in Node.js for compiling -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) project used by the Chromium team and takes away the pain of dealing with the various differences in build platforms. It is the replacement to the `node-waf` program which is removed for node `v0.8`. If you have a native addon for node that