From 7073017efbea1a36e73d03b8b3c6e60c04fbf9e3 Mon Sep 17 00:00:00 2001 From: Aroyan <43630681+aroyan@users.noreply.github.com> Date: Thu, 17 Mar 2022 17:25:43 +0800 Subject: [PATCH] doc: fix Embedder's Guide link to V8 official docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/42373 Reviewed-By: Michaƫl Zasso Reviewed-By: Antoine du Hamel Reviewed-By: Benjamin Gruenbaum --- doc/api/addons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/addons.md b/doc/api/addons.md index 3635d5bd54d8fb..d047bd230b6d88 100644 --- a/doc/api/addons.md +++ b/doc/api/addons.md @@ -1367,7 +1367,7 @@ console.log(result); ``` [Electron]: https://electronjs.org/ -[Embedder's Guide]: https://github.com/v8/v8/wiki/Embedder's%20Guide +[Embedder's Guide]: https://v8.dev/docs/embed [Linking to libraries included with Node.js]: #linking-to-libraries-included-with-nodejs [Native Abstractions for Node.js]: https://github.com/nodejs/nan [V8]: https://v8.dev/