diff --git a/docs/content/2.guide/1.concepts/1.introduction.md b/docs/content/2.guide/1.concepts/1.introduction.md index d64d130075..2c0e5d0a47 100644 --- a/docs/content/2.guide/1.concepts/1.introduction.md +++ b/docs/content/2.guide/1.concepts/1.introduction.md @@ -28,7 +28,7 @@ Nuxt is composed of different [core packages](https://github.com/nuxt/framework/ - Core Engine: [nuxt3](https://github.com/nuxt/framework/tree/main/packages/nuxt3) - Bundlers: [@nuxt/vite-builder](https://github.com/nuxt/framework/tree/main/packages/vite) and [@nuxt/webpack-builder](https://github.com/nuxt/framework/tree/main/packages/webpack) - Command line interface: [nuxi](https://github.com/nuxt/framework/tree/main/packages/nuxi) -- Server engine: [@nuxt/nitro](https://github.com/nuxt/framework/tree/main/packages/nitro) +- Server engine: [nitro](https://github.com/unjs/nitro) - Development kit: [@nuxt/kit](https://github.com/nuxt/framework/tree/main/packages/kit) - Nuxt 2 Bridge: [@nuxt/bridge](https://github.com/nuxt/framework/tree/main/packages/bridge) ::