Skip to content

Commit 2f1ce29

Browse files
fhinkelitaloacasas
authored andcommitted
doc: update link to V8 Embedder's guide
V8 moved the Embeder's guide to GitHub. PR-URL: #11336 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 93d3a3a commit 2f1ce29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/api/addons.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@ const addon = require('./build/Release/addon');
11101110

11111111
[bindings]: https://github.com/TooTallNate/node-bindings
11121112
[download]: https://github.com/nodejs/node-addon-examples
1113-
[Embedder's Guide]: https://developers.google.com/v8/embed
1113+
[Embedder's Guide]: https://github.com/v8/v8/wiki/Embedder's%20Guide
11141114
[examples]: https://github.com/nodejs/nan/tree/master/examples/
11151115
[installation instructions]: https://github.com/nodejs/node-gyp#installation
11161116
[libuv]: https://github.com/libuv/libuv

doc/api/vm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,6 @@ associating it with the `sandbox` object is what this document refers to as
469469
[`vm.runInContext()`]: #vm_vm_runincontext_code_contextifiedsandbox_options
470470
[`vm.runInThisContext()`]: #vm_vm_runinthiscontext_code_options
471471
[`eval()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval
472-
[V8 Embedder's Guide]: https://developers.google.com/v8/embed#contexts
472+
[V8 Embedder's Guide]: https://github.com/v8/v8/wiki/Embedder's%20Guide#contexts
473473
[contextified]: #vm_what_does_it_mean_to_contextify_an_object
474474
[command line option]: cli.html

0 commit comments

Comments
 (0)