From aa409299a7da9c3b16183e826e3835ad024ba3bc Mon Sep 17 00:00:00 2001 From: Tim van den Eijnden Date: Mon, 13 Feb 2023 21:40:13 +0100 Subject: [PATCH] docs: fix link to ESM page (#19000) --- docs/7.migration/20.module-authors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/7.migration/20.module-authors.md b/docs/7.migration/20.module-authors.md index 8dc021b62f..0536e713b7 100644 --- a/docs/7.migration/20.module-authors.md +++ b/docs/7.migration/20.module-authors.md @@ -32,7 +32,7 @@ If you have a fixture or example in your module, add `@nuxt/bridge` package to i ### Migrate from CommonJS to ESM -Nuxt 3 natively supports TypeScript and ECMAScript Modules. Please check [Native ES Modules](/docs/guide/going-further/esm) for more info and upgrading. +Nuxt 3 natively supports TypeScript and ECMAScript Modules. Please check [Native ES Modules](/docs/guide/concepts/esm) for more info and upgrading. ### Ensure Plugins Default Export