Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix link order
V8 should be above Worker.
  • Loading branch information
VoltrexKeyva authored Apr 8, 2021
commit df3694232a6824e41cfef5ceee3651f574f08c8f
2 changes: 1 addition & 1 deletion doc/api/addons.md
Original file line number Diff line number Diff line change
Expand Up @@ -1364,6 +1364,7 @@ console.log(result);
[Embedder's Guide]: https://github.com/v8/v8/wiki/Embedder's%20Guide
[Linking to libraries included with Node.js]: #addons_linking_to_libraries_included_with_node_js
[Native Abstractions for Node.js]: https://github.com/nodejs/nan
[V8]: https://github.com/v8/v8
Comment thread
VoltrexKeyva marked this conversation as resolved.
Outdated
[`Worker`]: worker_threads.md#worker_threads_class_worker
[bindings]: https://github.com/TooTallNate/node-bindings
[download]: https://github.com/nodejs/node-addon-examples
Expand All @@ -1372,5 +1373,4 @@ console.log(result);
[libuv]: https://github.com/libuv/libuv
[node-gyp]: https://github.com/nodejs/node-gyp
[require]: modules.md#modules_require_id
[V8]: https://github.com/v8/v8
[v8-docs]: https://v8docs.nodesource.com/