From ec731acf7cb1c7e3c991cea5f4b1d14eb65a262d Mon Sep 17 00:00:00 2001 From: Felix Wehnert Date: Fri, 20 Jan 2023 11:26:38 +0100 Subject: [PATCH] Fix broken link in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7ee6ab92..34c6aab81 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ app.use(PrimeVue, { ## Locale -PrimeVue provides a Locale API to support i18n and l7n, visit the [Locale](https://www.primefaces.org/primevue/showcase/#/locale) documentation for more information. +PrimeVue provides a Locale API to support i18n and l7n, visit the [Locale](https://www.primefaces.org/primevue/locale) documentation for more information. ## Quickstart with Vue CLI @@ -261,4 +261,4 @@ A [sample application](https://github.com/primefaces/primevue-quickstart-nuxt3) ## Quickstart with TypeScript -Typescript is fully supported as type definition files are provided in the npm package of PrimeVue. A sample [typescript-primevue](https://github.com/primefaces/primevue-typescript-quickstart) application with Vue CLI is available as at github. \ No newline at end of file +Typescript is fully supported as type definition files are provided in the npm package of PrimeVue. A sample [typescript-primevue](https://github.com/primefaces/primevue-typescript-quickstart) application with Vue CLI is available as at github.