Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
PR-URL: nodejs/node-addon-api#481
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: NickNaso <nicoladelgobbo@gmail.com>
  • Loading branch information
wroy7860 committed May 17, 2019
1 parent 529440b commit 11a2863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/prebuild_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The distribution of a native add-on is just as important as its implementation.
In order to install a native add-on it's important to have all the necessary
dependencies installed and well configured (see the [setup](doc/setum.md) section).
dependencies installed and well configured (see the [setup](setup.md) section).
The end-user will need to compile the add-on when they will do an `npm install`
and in some cases this could create problems. To avoid the compilation process it's
possible to ditribute the native add-on in pre-built form for different platform
Expand Down

0 comments on commit 11a2863

Please sign in to comment.