From 1da1722be83a13c5beada2a4c9fa01d1dafad1cf Mon Sep 17 00:00:00 2001 From: James Scott-Brown Date: Wed, 22 Jun 2022 16:57:53 +0100 Subject: [PATCH] doc: update link to MDN page about dynamic imports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was split into a separate page 2 days ago: https://github.com/mdn/content/commit/d2b50123d485c68c5321339446cf77a4bb16dd82 PR-URL: https://github.com/nodejs/node/pull/43530 Reviewed-By: Antoine du Hamel Reviewed-By: Tobias Nießen Reviewed-By: Darshan Sen Reviewed-By: Mohammed Keyvanzadeh --- doc/api/esm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/esm.md b/doc/api/esm.md index 0f851c79fca44b..891212d0a23241 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -1561,7 +1561,7 @@ success! [Conditional exports]: packages.md#conditional-exports [Core modules]: modules.md#core-modules [Determining module system]: packages.md#determining-module-system -[Dynamic `import()`]: https://wiki.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#Dynamic_Imports +[Dynamic `import()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import [ES Module Integration Proposal for WebAssembly]: https://github.com/webassembly/esm-integration [HTTPS and HTTP imports]: #https-and-http-imports [Import Assertions]: #import-assertions