diff --git a/packages/docs/src/pages/en/features/internationalization.md b/packages/docs/src/pages/en/features/internationalization.md index eabffa27ca9..e8d62303803 100644 --- a/packages/docs/src/pages/en/features/internationalization.md +++ b/packages/docs/src/pages/en/features/internationalization.md @@ -17,7 +17,7 @@ Vuetify supports language Internationalization (i18n) of its components. -When bootstrapping your application you can specify available locales and the default locale with the **defaultLocale** option. The **locale** service also supports easy integration with [vue-i18n](https://kazupon.github.io/vue-i18n/). Using a locale that has an RTL (right-to-left) language also affects the directionality of the Vuetify components. +When bootstrapping your application you can specify available locales and the default locale with the **defaultLocale** option. The **locale** service also supports easy integration with [vue-i18n](https://vue-i18n.intlify.dev/). Using a locale that has an RTL (right-to-left) language also affects the directionality of the Vuetify components. ## Getting started