From 099e2f7bcef877fd495db806821f9f7124cc2f9f Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 1 Oct 2023 11:41:51 -0700 Subject: [PATCH] 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: https://github.com/nodejs/node/pull/49961 Reviewed-By: Luigi Pinca Reviewed-By: Benjamin Gruenbaum --- doc/api/vm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/vm.md b/doc/api/vm.md index 19d39c77a01720..e5c116d54af0bf 100644 --- a/doc/api/vm.md +++ b/doc/api/vm.md @@ -1581,7 +1581,7 @@ are not controllable through the timeout either. [GetModuleNamespace]: https://tc39.es/ecma262/#sec-getmodulenamespace [HostResolveImportedModule]: https://tc39.es/ecma262/#sec-hostresolveimportedmodule [Link() concrete method]: https://tc39.es/ecma262/#sec-moduledeclarationlinking -[Module Record]: https://www.ecma-international.org/ecma-262/#sec-abstract-module-records +[Module Record]: https://262.ecma-international.org/14.0/#sec-abstract-module-records [Source Text Module Record]: https://tc39.es/ecma262/#sec-source-text-module-records [Synthetic Module Record]: https://heycam.github.io/webidl/#synthetic-module-records [V8 Embedder's Guide]: https://v8.dev/docs/embed#contexts