Skip to content

Commit 099e2f7

Browse files
authored
doc: update link to Abstract Modules Records spec
The current link in the docs go to a page that does not have the Abstract Module Records information. Update the link to an official source that does. PR-URL: #49961 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
1 parent 05be31d commit 099e2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/vm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1581,7 +1581,7 @@ are not controllable through the timeout either.
15811581
[GetModuleNamespace]: https://tc39.es/ecma262/#sec-getmodulenamespace
15821582
[HostResolveImportedModule]: https://tc39.es/ecma262/#sec-hostresolveimportedmodule
15831583
[Link() concrete method]: https://tc39.es/ecma262/#sec-moduledeclarationlinking
1584-
[Module Record]: https://www.ecma-international.org/ecma-262/#sec-abstract-module-records
1584+
[Module Record]: https://262.ecma-international.org/14.0/#sec-abstract-module-records
15851585
[Source Text Module Record]: https://tc39.es/ecma262/#sec-source-text-module-records
15861586
[Synthetic Module Record]: https://heycam.github.io/webidl/#synthetic-module-records
15871587
[V8 Embedder's Guide]: https://v8.dev/docs/embed#contexts

0 commit comments

Comments
 (0)