From 463d15419a22ddcb514b6e13b78c47464f4616d7 Mon Sep 17 00:00:00 2001 From: Jim Schlight Date: Fri, 21 Aug 2020 16:15:27 -0700 Subject: [PATCH] doc,napi: add link to n-api tutorial website --- doc/api/n-api.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index ea975cdbffdf02..a3cbeb52042e62 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -78,6 +78,10 @@ it still gets the benefits of the ABI stability provided by the C API. When using `node-addon-api` instead of the C APIs, start with the API [docs][] for `node-addon-api`. +The [N-API Resource](https://nodejs.github.io/node-addon-examples/) offers an +excellent orientation and tips for developers just getting started with N-API +and node-addon-api. + ## Implications of ABI stability Although N-API provides an ABI stability guarantee, other parts of Node.js do