From f27253cf07ffb95b98532855999d407f63631cc0 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 31 Jan 2023 01:53:56 +0300 Subject: [PATCH] Updated blocks link --- assets/menu/menu.json | 4 ++-- layouts/AppTopBar.vue | 2 +- layouts/default.vue | 2 +- pages/landing/BlockSection.vue | 4 ++-- pages/landing/HeaderSection.vue | 2 +- pages/landing/HeroSection.vue | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/assets/menu/menu.json b/assets/menu/menu.json index aa2809bb1..ab30882f4 100644 --- a/assets/menu/menu.json +++ b/assets/menu/menu.json @@ -114,11 +114,11 @@ "children": [ { "name": "Free Blocks", - "href": "https://www.primefaces.org/primeblocks-vue/#/free" + "href": "https://blocks.primevue.org/#/free" }, { "name": "All Blocks", - "href": "https://www.primefaces.org/primeblocks-vue/" + "href": "https://blocks.primevue.org" } ] }, diff --git a/layouts/AppTopBar.vue b/layouts/AppTopBar.vue index 01f87105c..2aafb1d70 100755 --- a/layouts/AppTopBar.vue +++ b/layouts/AppTopBar.vue @@ -220,7 +220,7 @@
  • - Blocks + Blocks
  • v3.23.0 diff --git a/layouts/default.vue b/layouts/default.vue index 9f7387524..1f2ac9f6e 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -102,7 +102,7 @@ export default { return false; }, redirect() { - window.location.href = 'https://www.primefaces.org/primeblocks-vue'; + window.location.href = 'https://blocks.primevue.org'; } }, computed: { diff --git a/pages/landing/BlockSection.vue b/pages/landing/BlockSection.vue index 5693bc940..0d37ec997 100644 --- a/pages/landing/BlockSection.vue +++ b/pages/landing/BlockSection.vue @@ -1,9 +1,9 @@