| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 947d07b commit 7df4ee8
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1110,7 +1110,7 @@ const addon = require('./build/Release/addon'); | |||
| 1110 | 1110 | ||
| 1111 | 1111 | [bindings]: https://github.com/TooTallNate/node-bindings | |
| 1112 | 1112 | [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 | ||
| 1114 | 1114 | [examples]: https://github.com/nodejs/nan/tree/master/examples/ | |
| 1115 | 1115 | [installation instructions]: https://github.com/nodejs/node-gyp#installation | |
| 1116 | 1116 | [libuv]: https://github.com/libuv/libuv | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -469,6 +469,6 @@ associating it with the `sandbox` object is what this document refers to as | |||
| 469 | 469 | [`vm.runInContext()`]: #vm_vm_runincontext_code_contextifiedsandbox_options | |
| 470 | 470 | [`vm.runInThisContext()`]: #vm_vm_runinthiscontext_code_options | |
| 471 | 471 | [`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 | ||
| 473 | 473 | [contextified]: #vm_what_does_it_mean_to_contextify_an_object | |
| 474 | 474 | [command line option]: cli.html | |
| Back | FazBrowse Home | New Git URL |
0 commit comments