Skip to content

Commit 4df2187

Browse files
jamesscottbrownguangwong
authored andcommitted
doc: update link to MDN page about dynamic imports
This was split into a separate page 2 days ago: mdn/content@d2b5012 PR-URL: nodejs/node#43530 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
1 parent 4e373b2 commit 4df2187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/api/esm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1561,7 +1561,7 @@ success!
15611561
[Conditional exports]: packages.md#conditional-exports
15621562
[Core modules]: modules.md#core-modules
15631563
[Determining module system]: packages.md#determining-module-system
1564-
[Dynamic `import()`]: https://wiki.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#Dynamic_Imports
1564+
[Dynamic `import()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import
15651565
[ES Module Integration Proposal for WebAssembly]: https://github.com/webassembly/esm-integration
15661566
[HTTPS and HTTP imports]: #https-and-http-imports
15671567
[Import Assertions]: #import-assertions

0 commit comments

Comments
 (0)