From 33edd20b5cf2b13fd5cc852d28f428a7e2409fba Mon Sep 17 00:00:00 2001 From: Kevin Eady <8634912+KevinEady@users.noreply.github.com> Date: Thu, 12 Jan 2023 20:55:41 +0100 Subject: [PATCH] doc: add Node-API media link --- doc/api/n-api.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index a5e18de485ce86..125b3b1b0e3c35 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -80,7 +80,8 @@ for `node-addon-api`. The [Node-API Resource](https://nodejs.github.io/node-addon-examples/) offers an excellent orientation and tips for developers just getting started with -Node-API and `node-addon-api`. +Node-API and `node-addon-api`. Additional media resources can be found on the +[Node-API Media][] page. ## Implications of ABI stability @@ -6435,6 +6436,7 @@ the add-on's file name during loading. [`uv_unref`]: https://docs.libuv.org/en/v1.x/handle.html#c.uv_unref [async_hooks `type`]: async_hooks.md#type [context-aware addons]: addons.md#context-aware-addons +[Node-API Media]: https://github.com/nodejs/abi-stable-node/blob/HEAD/node-api-media.md [docs]: https://github.com/nodejs/node-addon-api#api-documentation [global scope]: globals.md [gyp-next]: https://github.com/nodejs/gyp-next