chore(typo): link fix (#9070)

This commit is contained in:
Yurica Xu 2022-11-17 01:02:20 +08:00 committed by GitHub
parent 67ee085fec
commit 7dfa2f36c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ Nuxt 3 is a modern rewrite of the Nuxt framework based on [Vite](https://vitejs.
## API Stability
Nuxt 3.0.0 comes with a stable, production-ready API and 50+ [supported modules](.com/modules) built using [Nuxt Kit](/docs/guide/going-further/modules) by the community and Nuxt team.
Nuxt 3.0.0 comes with a stable, production-ready API and 50+ [supported modules](/modules) built using [Nuxt Kit](/docs/guide/going-further/modules) by the community and Nuxt team.
All composables, filesystem conventions, and configurations are guaranteed to be backward compatible with Nuxt 3.0.0. Due to the nature of the meta-frameworks, some changes happen when we upgrade the underlying dependencies (vite, rollup, and nitropack). Thanks to the new Nuxt Kit and Schema tools, such upgrades will be backward compatible as long as you are using documented features. Kit and Schema also guarantee better future compatibility. This makes it faster for us to iterate and plan the next major versions of Nuxt.