Locale paths fixes

This commit is contained in:
Tuğçe Küçükoğlu 2023-03-08 14:28:36 +03:00
parent fd03306847
commit 11b41a9326
19 changed files with 52 additions and 44 deletions

View file

@ -1,5 +1,5 @@
<template>
<DocSectionText v-bind="$attrs">
<p>Locale for different languages and formats is defined globally, refer to the <NuxtLink to="/locale">PrimeVue Locale</NuxtLink> configuration for more information.</p>
<p>Locale for different languages and formats is defined globally, refer to the <NuxtLink to="/configuration/#locale">PrimeVue Locale</NuxtLink> configuration for more information.</p>
</DocSectionText>
</template>