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