Skip to content

Commit 33edd20

Browse files
committed
doc: add Node-API media link
1 parent 91ca2d4 commit 33edd20

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/api/n-api.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ for `node-addon-api`.
8080

8181
The [Node-API Resource](https://nodejs.github.io/node-addon-examples/) offers
8282
an excellent orientation and tips for developers just getting started with
83-
Node-API and `node-addon-api`.
83+
Node-API and `node-addon-api`. Additional media resources can be found on the
84+
[Node-API Media][] page.
8485

8586
## Implications of ABI stability
8687

@@ -6435,6 +6436,7 @@ the add-on's file name during loading.
64356436
[`uv_unref`]: https://docs.libuv.org/en/v1.x/handle.html#c.uv_unref
64366437
[async_hooks `type`]: async_hooks.md#type
64376438
[context-aware addons]: addons.md#context-aware-addons
6439+
[Node-API Media]: https://github.com/nodejs/abi-stable-node/blob/HEAD/node-api-media.md
64386440
[docs]: https://github.com/nodejs/node-addon-api#api-documentation
64396441
[global scope]: globals.md
64406442
[gyp-next]: https://github.com/nodejs/gyp-next

0 commit comments

Comments
 (0)