From 0474bf57d9c30a92da91b708db98776d37f4a14b Mon Sep 17 00:00:00 2001 From: Roman Klauke Date: Sun, 11 Oct 2015 14:53:06 +0200 Subject: [PATCH] doc: replace node-gyp link with nodejs/node-gyp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The node-gyp is now in the nodejs/node-gyp. This commit replaces the repository owner link with the new nodejs/node-gyp link. PR-URL: https://github.com/nodejs/node/pull/3320 Reviewed-By: Colin Ihrig Reviewed-By: Michaƫl Zasso --- doc/api/addons.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/addons.markdown b/doc/api/addons.markdown index 61fdc2df0b0937..f1f042f0d5bd9e 100644 --- a/doc/api/addons.markdown +++ b/doc/api/addons.markdown @@ -77,7 +77,7 @@ The `module_name` needs to match the filename of the final binary (minus the The source code needs to be built into `addon.node`, the binary Addon. To do this we create a file called `binding.gyp` which describes the configuration to build your module in a JSON-like format. This file gets compiled by -[node-gyp](https://github.com/TooTallNate/node-gyp). +[node-gyp](https://github.com/nodejs/node-gyp). { "targets": [