Skip to content

Commit c07da11

Browse files
romanklTrott
authored andcommitted
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: nodejs#3320 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent b49c401 commit c07da11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/addons.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The `module_name` needs to match the filename of the final binary (minus the
7777
The source code needs to be built into `addon.node`, the binary Addon. To
7878
do this we create a file called `binding.gyp` which describes the configuration
7979
to build your module in a JSON-like format. This file gets compiled by
80-
[node-gyp](https://github.com/TooTallNate/node-gyp).
80+
[node-gyp](https://github.com/nodejs/node-gyp).
8181

8282
{
8383
"targets": [

0 commit comments

Comments
 (0)