Browse Source

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 <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
v5.x
Roman Klauke 10 years ago
committed by Michaël Zasso
parent
commit
0474bf57d9
  1. 2
      doc/api/addons.markdown

2
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": [

Loading…
Cancel
Save