From 2f1ce2952d4ca3684677ff5f613828368e830a63 Mon Sep 17 00:00:00 2001 From: Franziska Hinkelmann Date: Mon, 13 Feb 2017 16:30:55 +0100 Subject: [PATCH] doc: update link to V8 Embedder's guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit V8 moved the Embeder's guide to GitHub. PR-URL: https://github.com/nodejs/node/pull/11336 Reviewed-By: Colin Ihrig Reviewed-By: Ben Noordhuis Reviewed-By: James M Snell Reviewed-By: Michaƫl Zasso Reviewed-By: Luigi Pinca --- doc/api/addons.md | 2 +- doc/api/vm.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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