Skip to content

Commit 59cb03a

Browse files
authored
doc: fix invalid URL (#578)
1 parent c7226ad commit 59cb03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Implementations of examples are named either after Node.js versions (`node_0.10`
99
- [`nan`](https://github.com/nodejs/nan): C++-based abstraction between Node and direct V8 APIs.
1010
- [`Node-API`](https://nodejs.org/api/n-api.html): C-based API guaranteeing [ABI stability](https://nodejs.org/en/docs/guides/abi-stability/) across different node versions as well as JavaScript engines. (Node-API was previously known as N-API.)
1111
- [`node-addon-api`](https://github.com/nodejs/node-addon-api): header-only C++ wrapper classes which simplify the use of the C-based Node-API.
12-
- [`node-addon-api-addon-class`](https://github.com/nodejs/node-addon-api/tree/main/doc/addon.md): Similar to `node-addon-api`, but deriving from the `Napi::Addon` class. [1_hello_world](./1_hello_world) provides an example.
12+
- [`node-addon-api-addon-class`](https://github.com/nodejs/node-addon-api/tree/main/doc/addon.md): Similar to `node-addon-api`, but deriving from the `Napi::Addon` class. [1_hello_world](./src/1-getting-started/1_hello_world) provides an example.
1313

1414
Implementations against unsupported versions of Node.js are provided for
1515
completeness and historical context. They are not maintained.

0 commit comments

Comments
 (0)