Skip to content

Commit

Permalink
doc: replace node-gyp link with nodejs/node-gyp
Browse files Browse the repository at this point in the history
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: #3320
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
  • Loading branch information
romankl authored and targos committed Oct 11, 2015
1 parent 31c971d commit 0474bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/addons.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 0474bf5

Please sign in to comment.