summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/api/vm.md2
-rw-r--r--test/fixtures/snapshot/typescript.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/vm.md b/doc/api/vm.md
index 1b8bb71715..1c043d119d 100644
--- a/doc/api/vm.md
+++ b/doc/api/vm.md
@@ -1588,7 +1588,7 @@ are not controllable through the timeout either.
[`Error`]: errors.md#class-error
[`URL`]: url.md#class-url
[`eval()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval
-[`optionsExpression`]: https://tc39.es/proposal-import-assertions/#sec-evaluate-import-call
+[`optionsExpression`]: https://tc39.es/proposal-import-attributes/#sec-evaluate-import-call
[`script.runInContext()`]: #scriptrunincontextcontextifiedobject-options
[`script.runInThisContext()`]: #scriptruninthiscontextoptions
[`url.origin`]: url.md#urlorigin
diff --git a/test/fixtures/snapshot/typescript.js b/test/fixtures/snapshot/typescript.js
index e8734a648d..2a4b9f5e84 100644
--- a/test/fixtures/snapshot/typescript.js
+++ b/test/fixtures/snapshot/typescript.js
@@ -135144,7 +135144,7 @@ var ts;
* import "foo" |
* or after a re-export declaration that has a module specifier:
* export { foo } from "foo" |
- * Source: https://tc39.es/proposal-import-assertions/
+ * Source: https://tc39.es/proposal-import-attributes/
*/
if (contextToken) {
var file = contextToken.getSourceFile();