Skip to content

Commit d83b1a0

Browse files
authored
Updated link to yup's localization guide (#4137)
1 parent 6c6e50d commit d83b1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/guide/i18n.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import DocTip from '@/components/DocTip.vue';
1313

1414
This guide only addresses generating error messages for [globally defined validators](/guide/global-validators) using vee-validate's own `@vee-validate/i18n` plugin.
1515

16-
If you are using vee-validate with yup, then you should check out [yup's localization guide](https://github.com/jquense/yup#using-a-custom-locale-dictionary). If you are using another library for data validation, check their i18n capabilities.
16+
If you are using vee-validate with yup, then you should check out [yup's localization guide](https://github.com/jquense/yup#localization-and-i18n). If you are using another library for data validation, check their i18n capabilities.
1717

1818
## Global Message Generator
1919

0 commit comments

Comments
 (0)