Skip to content

Commit bb32bc8

Browse files
vsemozhetbyttargos
authored andcommitted
doc: fix links in vm.md
* Replace absolute link with relative link. * Fix sorting in bottom references. PR-URL: #19721 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]>
1 parent 44361bd commit bb32bc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/vm.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ associating it with the `sandbox` object is what this document refers to as
856856
[`eval()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval
857857
[`script.runInContext()`]: #vm_script_runincontext_contextifiedsandbox_options
858858
[`script.runInThisContext()`]: #vm_script_runinthiscontext_options
859-
[`url.origin`]: https://nodejs.org/api/url.html#url_url_origin
859+
[`url.origin`]: url.html#url_url_origin
860860
[`vm.createContext()`]: #vm_vm_createcontext_sandbox_options
861861
[`vm.runInContext()`]: #vm_vm_runincontext_code_contextifiedsandbox_options
862862
[`vm.runInThisContext()`]: #vm_vm_runinthiscontext_code_options
@@ -865,10 +865,10 @@ associating it with the `sandbox` object is what this document refers to as
865865
[Evaluate() concrete method]: https://tc39.github.io/ecma262/#sec-moduleevaluation
866866
[HostResolveImportedModule]: https://tc39.github.io/ecma262/#sec-hostresolveimportedmodule
867867
[Instantiate() concrete method]: https://tc39.github.io/ecma262/#sec-moduledeclarationinstantiation
868+
[Source Text Module Record]: https://tc39.github.io/ecma262/#sec-source-text-module-records
868869
[V8 Embedder's Guide]: https://github.com/v8/v8/wiki/Embedder's%20Guide#contexts
869870
[command line option]: cli.html
870871
[contextified]: #vm_what_does_it_mean_to_contextify_an_object
871872
[global object]: https://es5.github.io/#x15.1
872873
[indirect `eval()` call]: https://es5.github.io/#x10.4.2
873874
[origin]: https://developer.mozilla.org/en-US/docs/Glossary/Origin
874-
[Source Text Module Record]: https://tc39.github.io/ecma262/#sec-source-text-module-records

0 commit comments

Comments
 (0)