From: Roman Klauke Date: Sun, 11 Oct 2015 12:53:06 +0000 (+0200) Subject: doc: replace node-gyp link with nodejs/node-gyp X-Git-Tag: v4.2.0~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0d506556b079c0ce2c5a298ee69749c19191a9de;p=platform%2Fupstream%2Fnodejs.git doc: replace node-gyp link with nodejs/node-gyp 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 --- diff --git a/doc/api/addons.markdown b/doc/api/addons.markdown index 61fdc2d..f1f042f 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": [