From fc338c45e032e1a095c21c3bb08744d4af2369eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20S=C3=A1nchez?= Date: Thu, 17 Oct 2024 09:38:17 +0200 Subject: [PATCH] docs: update nuxt module link (#20400) Co-authored-by: Kael --- packages/docs/src/pages/en/getting-started/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/docs/src/pages/en/getting-started/installation.md b/packages/docs/src/pages/en/getting-started/installation.md index e4cd893d9a8..abeee7239f2 100644 --- a/packages/docs/src/pages/en/getting-started/installation.md +++ b/packages/docs/src/pages/en/getting-started/installation.md @@ -222,9 +222,9 @@ You should now have access to all Vuetify components and tools in the Nuxt app. ### vuetify-nuxt-module -Alternatively, you can use the [vuetify-nuxt-module](https://github.com/userquin/vuetify-nuxt-module) (works only with Vite). The module is strongly opinionated and has a built-in default configuration out of the box. You can use it without any configuration, and it will work for most use cases. +Alternatively, you can use the [vuetify-nuxt-module](https://github.com/vuetifyjs/nuxt-module) (works only with Vite). The module is strongly opinionated and has a built-in default configuration out of the box. You can use it without any configuration, and it will work for most use cases. -Check the [documentation](https://vuetify-nuxt-module.netlify.app/) for more information on how to use it. +Check the [documentation](https://nuxt.vuetifyjs.com/) for more information on how to use it. ## Using Laravel Mix