From a58154b1ab0f01a4ce75b8db9a5339041ae39ece Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Mon, 28 Nov 2016 22:34:55 +0800 Subject: [PATCH 1/2] Update link of gyp as Google code is shutting down --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d13b038ee..2d95fa5bc3 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://bugs.chromium.org/p/gyp/issues/list) 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 From c35b074ccfa82435962902bf3cc7f24e77173f51 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Wed, 14 Dec 2016 00:17:09 +0800 Subject: [PATCH 2/2] update gyp link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d95fa5bc3..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://bugs.chromium.org/p/gyp/issues/list) +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