From 3ad5dfc7d9c4ae4b6a1f2cd9ba0eb15dc885b869 Mon Sep 17 00:00:00 2001 From: Alba Mendez Date: Fri, 17 May 2019 22:25:49 +0200 Subject: [PATCH] Fix link PR-URL: https://github.com/nodejs/node-addon-api/pull/481 Reviewed-By: Michael Dawson Reviewed-By: NickNaso --- doc/prebuild_tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/prebuild_tools.md b/doc/prebuild_tools.md index 4025a58d1..d7b1d3c96 100644 --- a/doc/prebuild_tools.md +++ b/doc/prebuild_tools.md @@ -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