doc: replace node-gyp link with nodejs/node-gyp
authorRoman Klauke <romankl@users.noreply.github.com>
Sun, 11 Oct 2015 12:53:06 +0000 (14:53 +0200)
committerJames M Snell <jasnell@gmail.com>
Mon, 12 Oct 2015 13:41:21 +0000 (06:41 -0700)
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 <cjihrig@gmail.com>
Reviewed-By: Michaƫl Zasso <mic.besace@gmail.com>
doc/api/addons.markdown

index 61fdc2d..f1f042f 100644 (file)
@@ -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": [