From 5fa24db53023eff3d99422f9459a16197d6912a2 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Sun, 1 Apr 2018 10:32:26 +0300 Subject: [PATCH] doc: fix links in vm.md * Replace absolute link with relative link. * Fix sorting in bottom references. --- doc/api/vm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/vm.md b/doc/api/vm.md index ed7be817768603..25efc85cf669c2 100644 --- a/doc/api/vm.md +++ b/doc/api/vm.md @@ -890,7 +890,7 @@ associating it with the `sandbox` object is what this document refers to as [`eval()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval [`script.runInContext()`]: #vm_script_runincontext_contextifiedsandbox_options [`script.runInThisContext()`]: #vm_script_runinthiscontext_options -[`url.origin`]: https://nodejs.org/api/url.html#url_url_origin +[`url.origin`]: url.html#url_url_origin [`vm.createContext()`]: #vm_vm_createcontext_sandbox_options [`vm.runInContext()`]: #vm_vm_runincontext_code_contextifiedsandbox_options [`vm.runInThisContext()`]: #vm_vm_runinthiscontext_code_options @@ -899,9 +899,9 @@ associating it with the `sandbox` object is what this document refers to as [Evaluate() concrete method]: https://tc39.github.io/ecma262/#sec-moduleevaluation [HostResolveImportedModule]: https://tc39.github.io/ecma262/#sec-hostresolveimportedmodule [Instantiate() concrete method]: https://tc39.github.io/ecma262/#sec-moduledeclarationinstantiation +[Source Text Module Record]: https://tc39.github.io/ecma262/#sec-source-text-module-records [V8 Embedder's Guide]: https://github.com/v8/v8/wiki/Embedder's%20Guide#contexts [contextified]: #vm_what_does_it_mean_to_contextify_an_object [global object]: https://es5.github.io/#x15.1 [indirect `eval()` call]: https://es5.github.io/#x10.4.2 [origin]: https://developer.mozilla.org/en-US/docs/Glossary/Origin -[Source Text Module Record]: https://tc39.github.io/ecma262/#sec-source-text-module-records