diff --git a/README.md b/README.md index 83ac48af2..0929905ad 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ [![npm version](https://badge.fury.io/js/primevue.svg)](https://badge.fury.io/js/primevue) [![Discord Chat](https://img.shields.io/discord/557940238991753223.svg?color=7289da&label=chat&logo=discord)](https://discord.gg/gzKFYnpmCY) -[![PrimeVue Hero](https://user-images.githubusercontent.com/686247/138925407-2a7e916d-c674-4fb5-b721-1dd41a8eeebc.jpg)](https://www.primefaces.org/primevue) +[![PrimeVue Hero](https://user-images.githubusercontent.com/686247/138925407-2a7e916d-c674-4fb5-b721-1dd41a8eeebc.jpg)](https://primevue.org/) # PrimeVue -PrimeVue is a rich set of open source UI Components for Vue. See [PrimeVue homepage](https://www.primefaces.org/primevue/) for live showcase and documentation. +PrimeVue is a rich set of open source UI Components for Vue. See [PrimeVue homepage](https://primevue.org/) for live showcase and documentation. ## Download @@ -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/locale) documentation for more information. +PrimeVue provides a Locale API to support i18n and l7n, visit the [Locale](https://primevue.org/configuration/#locale) documentation for more information. ## Quickstart with Vue CLI diff --git a/layouts/default.vue b/layouts/default.vue index 11c09061b..511831fd0 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -103,7 +103,7 @@ export default { return false; }, redirect() { - window.location.href = 'https://www.primefaces.org/primeblocks-vue'; + window.location.href = 'https://blocks.primevue.org'; }, onConfigButtonClick() { this.appConfigActive = true; diff --git a/pages/landing/HeaderSection.vue b/pages/landing/HeaderSection.vue index a14a993f1..ef71f9878 100644 --- a/pages/landing/HeaderSection.vue +++ b/pages/landing/HeaderSection.vue @@ -15,7 +15,7 @@