diff --git a/docs/src/pages/comparing-astro-vs-other-tools.md b/docs/src/pages/comparing-astro-vs-other-tools.md index aa9f12745..af67f5a00 100644 --- a/docs/src/pages/comparing-astro-vs-other-tools.md +++ b/docs/src/pages/comparing-astro-vs-other-tools.md @@ -142,7 +142,7 @@ One big reason behind this performance difference is Astro's smaller JavaScript ## Nuxt vs. Astro -[Nuxt](https://nextjs.org/) is a popular website & application framework for Vue. It is similar to Next.js. +[Nuxt](https://nuxtjs.org/) is a popular website & application framework for Vue. It is similar to Next.js. Nuxt uses Vue to render your website. Astro is more flexible: you can use any UI component libraries (React, Preact, Vue, Svelte, and others) or Astro's built-in component syntax that is similar to HTML/JSX.