Skip to content

Commit 6a2314a

Browse files
VoltrexKeyvaRaisinTen
authored andcommitted
doc: add link to V8
Added the link redirecting to the V8 engine github repository just like libuv. PR-URL: #38144 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 40ace47 commit 6a2314a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: doc/api/addons.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Node-API.
1616
When not using Node-API, implementing addons is complicated,
1717
involving knowledge of several components and APIs:
1818

19-
* V8: the C++ library Node.js uses to provide the
19+
* [V8][]: the C++ library Node.js uses to provide the
2020
JavaScript implementation. V8 provides the mechanisms for creating objects,
2121
calling functions, etc. V8's API is documented mostly in the
2222
`v8.h` header file (`deps/v8/include/v8.h` in the Node.js source
@@ -1364,6 +1364,7 @@ console.log(result);
13641364
[Embedder's Guide]: https://github.com/v8/v8/wiki/Embedder's%20Guide
13651365
[Linking to libraries included with Node.js]: #addons_linking_to_libraries_included_with_node_js
13661366
[Native Abstractions for Node.js]: https://github.com/nodejs/nan
1367+
[V8]: https://v8.dev/
13671368
[`Worker`]: worker_threads.md#worker_threads_class_worker
13681369
[bindings]: https://github.com/TooTallNate/node-bindings
13691370
[download]: https://github.com/nodejs/node-addon-examples

0 commit comments

Comments
 (0)