Skip to content

Commit

Permalink
doc: add Node-API media link
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinEady committed Jan 12, 2023
1 parent 91ca2d4 commit 33edd20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/api/n-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 33edd20

Please sign in to comment.