From 89531e17098aa567818774c9fb3cc19ade6903df Mon Sep 17 00:00:00 2001 From: Aroyan Bakti Setiawan Date: Thu, 17 Mar 2022 11:57:02 +0800 Subject: [PATCH] doc: fix Embedder's Guide link to V8 official docs --- 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/