diff --git a/doc/api/addons.md b/doc/api/addons.md index 428e67ee28b168..58f029fb20e98b 100644 --- a/doc/api/addons.md +++ b/doc/api/addons.md @@ -1110,7 +1110,7 @@ const addon = require('./build/Release/addon'); [bindings]: https://github.com/TooTallNate/node-bindings [download]: https://github.com/nodejs/node-addon-examples -[Embedder's Guide]: https://developers.google.com/v8/embed +[Embedder's Guide]: https://github.com/v8/v8/wiki/Embedder's%20Guide [examples]: https://github.com/nodejs/nan/tree/master/examples/ [installation instructions]: https://github.com/nodejs/node-gyp#installation [libuv]: https://github.com/libuv/libuv diff --git a/doc/api/vm.md b/doc/api/vm.md index 89314ae5353804..ffa50be84612df 100644 --- a/doc/api/vm.md +++ b/doc/api/vm.md @@ -469,6 +469,6 @@ associating it with the `sandbox` object is what this document refers to as [`vm.runInContext()`]: #vm_vm_runincontext_code_contextifiedsandbox_options [`vm.runInThisContext()`]: #vm_vm_runinthiscontext_code_options [`eval()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval -[V8 Embedder's Guide]: https://developers.google.com/v8/embed#contexts +[V8 Embedder's Guide]: https://github.com/v8/v8/wiki/Embedder's%20Guide#contexts [contextified]: #vm_what_does_it_mean_to_contextify_an_object [command line option]: cli.html