diff --git a/apps/showcase/assets/data/news.json b/apps/showcase/assets/data/news.json index b41c4c55a..94c8e316a 100644 --- a/apps/showcase/assets/data/news.json +++ b/apps/showcase/assets/data/news.json @@ -1,6 +1,6 @@ { - "id": 61, - "content": "Introducing the all-new Styled Mode", + "id": 62, + "content": "Introducing New V4 Theming", "linkText": "Learn More", - "linkHref": "http://v4.primevue.org/theming/styled" + "linkHref": "http://primevue.org/theming/styled" } diff --git a/apps/showcase/layouts/AppTopBar.vue b/apps/showcase/layouts/AppTopBar.vue index a0faeb659..78a6335ad 100755 --- a/apps/showcase/layouts/AppTopBar.vue +++ b/apps/showcase/layouts/AppTopBar.vue @@ -144,11 +144,11 @@ export default { versions: [ { name: 'v4', - url: 'https://v4.primevue.org' + url: 'https://primevue.org' }, { name: 'v3', - url: 'https://www.primevue.org' + url: 'https://v3.primevue.org' }, { name: 'v2',