From accc31d6610c81d9ae4fbb9accd7ebe576b9c546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Thu, 2 Mar 2023 11:32:40 +0300 Subject: [PATCH] PrimeVue link updates --- .github/ISSUE_TEMPLATE/config.yml | 2 +- components/accordiontab/AccordionTab.d.ts | 2 +- components/avatar/Avatar.d.ts | 2 +- components/dataviewlayoutoptions/DataViewLayoutOptions.d.ts | 2 +- components/divider/Divider.d.ts | 4 ++-- components/dropdown/Dropdown.d.ts | 2 +- components/dynamicdialog/DynamicDialog.d.ts | 2 +- components/fullcalendar/FullCalendar.d.ts | 2 +- components/image/Image.d.ts | 2 +- components/orderlist/OrderList.d.ts | 2 +- components/organizationchart/OrganizationChart.d.ts | 2 +- components/overlaypanel/OverlayPanel.d.ts | 2 +- components/paginator/Paginator.d.ts | 2 +- components/picklist/PickList.d.ts | 2 +- components/sidebar/Sidebar.d.ts | 4 ++-- components/tieredmenu/TieredMenu.d.ts | 4 ++-- components/timeline/Timeline.d.ts | 2 +- components/tree/Tree.d.ts | 2 +- doc/breadcrumb/TemplateDoc.vue | 6 +++--- nuxt.config.js | 2 +- package-build.json | 2 +- package.json | 2 +- 22 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 537268fb7..e946766a6 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ contact_links: - name: Support - url: https://www.primefaces.org/primevue/support/ + url: https://primevue.org//support/ about: Professional support for the open source innovation. diff --git a/components/accordiontab/AccordionTab.d.ts b/components/accordiontab/AccordionTab.d.ts index ea8eeefd7..d3ffff7d8 100755 --- a/components/accordiontab/AccordionTab.d.ts +++ b/components/accordiontab/AccordionTab.d.ts @@ -98,7 +98,7 @@ declare module '@vue/runtime-core' { * * Demos: * - * - [Accordion](https://www.primefaces.org/primevue/accordion) + * - [Accordion](https://primevue.org//accordion) * */ export default AccordionTab; diff --git a/components/avatar/Avatar.d.ts b/components/avatar/Avatar.d.ts index a690e1dc6..db8d3d78c 100644 --- a/components/avatar/Avatar.d.ts +++ b/components/avatar/Avatar.d.ts @@ -2,7 +2,7 @@ * * Avatar represents people using icons, labels and images. * - * - [Live Demo](https://www.primefaces.org/primevue/avatar) + * - [Live Demo](https://primevue.org//avatar) * * @module avatar */ diff --git a/components/dataviewlayoutoptions/DataViewLayoutOptions.d.ts b/components/dataviewlayoutoptions/DataViewLayoutOptions.d.ts index 90bf20dfc..edea868b2 100755 --- a/components/dataviewlayoutoptions/DataViewLayoutOptions.d.ts +++ b/components/dataviewlayoutoptions/DataViewLayoutOptions.d.ts @@ -32,7 +32,7 @@ declare module '@vue/runtime-core' { * * Demos: * - * - [DataViewLayoutOptions](https://www.primefaces.org/primevue/dataview) + * - [DataViewLayoutOptions](https://primevue.org//dataview) * */ export default DataViewLayoutOptions; diff --git a/components/divider/Divider.d.ts b/components/divider/Divider.d.ts index 2f68bc57e..0d65a9c07 100644 --- a/components/divider/Divider.d.ts +++ b/components/divider/Divider.d.ts @@ -2,7 +2,7 @@ * * Divider is used to separate contents. * - * [Live Demo](https://www.primefaces.org/primevue/divider) + * [Live Demo](https://primevue.org//divider) * * @module divider * @@ -47,7 +47,7 @@ export interface DividerEmits {} * * _Divider is used to separate contents._ * - * [Live Demo](https://www.primefaces.org/primevue/divider) + * [Live Demo](https://primevue.org//divider) * --- --- * ![PrimeVue](https://primefaces.org/cdn/primevue/images/logo.svg) * diff --git a/components/dropdown/Dropdown.d.ts b/components/dropdown/Dropdown.d.ts index cf195cd39..a1e2d37c0 100755 --- a/components/dropdown/Dropdown.d.ts +++ b/components/dropdown/Dropdown.d.ts @@ -456,7 +456,7 @@ declare module '@vue/runtime-core' { * * Demos: * - * - [Dropdown](https://www.primefaces.org/primevue/dropdown) + * - [Dropdown](https://primevue.org//dropdown) * */ export default Dropdown; diff --git a/components/dynamicdialog/DynamicDialog.d.ts b/components/dynamicdialog/DynamicDialog.d.ts index 3d2fb0e67..f0f9d60f4 100644 --- a/components/dynamicdialog/DynamicDialog.d.ts +++ b/components/dynamicdialog/DynamicDialog.d.ts @@ -2,7 +2,7 @@ * * DynamicDialogs can be created dynamically with any component as the content using a DialogService. * - * - [Live Demo](https://www.primefaces.org/primevue/dynamicdialog) + * - [Live Demo](https://primevue.org//dynamicdialog) * * @module dynamicdialog * diff --git a/components/fullcalendar/FullCalendar.d.ts b/components/fullcalendar/FullCalendar.d.ts index 35b0a3d0b..52b3add6b 100755 --- a/components/fullcalendar/FullCalendar.d.ts +++ b/components/fullcalendar/FullCalendar.d.ts @@ -27,7 +27,7 @@ declare module '@vue/runtime-core' { * * Demos: * - * - [FullCalendar](https://www.primefaces.org/primevue/fullcalendar) + * - [FullCalendar](https://primevue.org//fullcalendar) * * @deprecated */ diff --git a/components/image/Image.d.ts b/components/image/Image.d.ts index 52b031179..3a04269bf 100644 --- a/components/image/Image.d.ts +++ b/components/image/Image.d.ts @@ -86,7 +86,7 @@ declare module '@vue/runtime-core' { * * Demos: * - * - [Image](https://www.primefaces.org/primevue/image) + * - [Image](https://primevue.org//image) * */ export default Image; diff --git a/components/orderlist/OrderList.d.ts b/components/orderlist/OrderList.d.ts index 36e090799..932568328 100755 --- a/components/orderlist/OrderList.d.ts +++ b/components/orderlist/OrderList.d.ts @@ -2,7 +2,7 @@ * * OrderList is used to managed the order of a collection. * - * - [Live Demo](https://www.primefaces.org/primevue/orderlist) + * - [Live Demo](https://primevue.org//orderlist) * * @module orderlist * diff --git a/components/organizationchart/OrganizationChart.d.ts b/components/organizationchart/OrganizationChart.d.ts index 94b9d381d..fc2a5b0ee 100755 --- a/components/organizationchart/OrganizationChart.d.ts +++ b/components/organizationchart/OrganizationChart.d.ts @@ -6,7 +6,7 @@ * * - OrganizationChartNode * - * - [Live Demo](https://www.primefaces.org/primevue/organizationchart) + * - [Live Demo](https://primevue.org//organizationchart) * * @module organizationchart */ diff --git a/components/overlaypanel/OverlayPanel.d.ts b/components/overlaypanel/OverlayPanel.d.ts index bdf5ef3ae..f3576d359 100755 --- a/components/overlaypanel/OverlayPanel.d.ts +++ b/components/overlaypanel/OverlayPanel.d.ts @@ -2,7 +2,7 @@ * * OverlayPanel is a container component positioned as connected to its target. * - * - [Live Demo](https://www.primefaces.org/primevue/overlaypanel) + * - [Live Demo](https://primevue.org//overlaypanel) * * @module overlaypanel * diff --git a/components/paginator/Paginator.d.ts b/components/paginator/Paginator.d.ts index 35ff1093f..9ff5e9964 100755 --- a/components/paginator/Paginator.d.ts +++ b/components/paginator/Paginator.d.ts @@ -2,7 +2,7 @@ * * Paginator is a generic component to display content in paged format. * - * - [Paginator](https://www.primefaces.org/primevue/paginator) + * - [Paginator](https://primevue.org//paginator) * * @module paginator * diff --git a/components/picklist/PickList.d.ts b/components/picklist/PickList.d.ts index 255e5d73a..a7ebdff12 100755 --- a/components/picklist/PickList.d.ts +++ b/components/picklist/PickList.d.ts @@ -2,7 +2,7 @@ * * PickList is used to reorder items between different lists. * - * - [Live Demo](https://www.primefaces.org/primevue/picklist) + * - [Live Demo](https://primevue.org//picklist) * * @module picklist * diff --git a/components/sidebar/Sidebar.d.ts b/components/sidebar/Sidebar.d.ts index 0213783d7..8ac1c0440 100755 --- a/components/sidebar/Sidebar.d.ts +++ b/components/sidebar/Sidebar.d.ts @@ -2,7 +2,7 @@ * * Sidebar is a panel component displayed as an overlay at the edges of the screen. * - * - [Live Demo](https://www.primefaces.org/primevue/sidebar) + * - [Live Demo](https://primevue.org//sidebar) * * @module sidebar * @@ -119,7 +119,7 @@ declare module '@vue/runtime-core' { * * Demos: * - * - [Sidebar](https://www.primefaces.org/primevue/sidebar) + * - [Sidebar](https://primevue.org//sidebar) * */ export default Sidebar; diff --git a/components/tieredmenu/TieredMenu.d.ts b/components/tieredmenu/TieredMenu.d.ts index cbe4e93fa..16f41430a 100755 --- a/components/tieredmenu/TieredMenu.d.ts +++ b/components/tieredmenu/TieredMenu.d.ts @@ -129,11 +129,11 @@ declare module '@vue/runtime-core' { * * Helper API: * - * - [MenuItem](https://www.primefaces.org/primevue/menumodel) + * - [MenuItem](https://primevue.org//menumodel) * * Demos: * - * - [TieredMenu](https://www.primefaces.org/primevue/tieredmenu) + * - [TieredMenu](https://primevue.org//tieredmenu) * */ export default TieredMenu; diff --git a/components/timeline/Timeline.d.ts b/components/timeline/Timeline.d.ts index d5be85a0c..429f52a8c 100644 --- a/components/timeline/Timeline.d.ts +++ b/components/timeline/Timeline.d.ts @@ -2,7 +2,7 @@ * * Timeline visualizes a series of chained events. * - * - [Live Demo](https://www.primefaces.org/primevue/timeline) + * - [Live Demo](https://primevue.org//timeline) * * @module timeline */ diff --git a/components/tree/Tree.d.ts b/components/tree/Tree.d.ts index 33382ccce..2d2c65448 100755 --- a/components/tree/Tree.d.ts +++ b/components/tree/Tree.d.ts @@ -240,7 +240,7 @@ declare module '@vue/runtime-core' { * * Demos: * - * - [Tree](https://www.primefaces.org/primevue/tree) + * - [Tree](https://primevue.org//tree) * */ export default Tree; diff --git a/doc/breadcrumb/TemplateDoc.vue b/doc/breadcrumb/TemplateDoc.vue index bcbd52557..d2271f7c7 100644 --- a/doc/breadcrumb/TemplateDoc.vue +++ b/doc/breadcrumb/TemplateDoc.vue @@ -18,7 +18,7 @@ export default { data() { return { - home: { icon: 'pi pi-home', url: 'https://www.primefaces.org/primevue' }, + home: { icon: 'pi pi-home', url: 'https://primevue.org/' }, items: [{ icon: 'pi pi-sitemap' }, { icon: 'pi pi-book' }, { icon: 'pi pi-wallet' }, { icon: 'pi pi-shopping-bag' }, { icon: 'pi pi-calculator' }], code: { basic: ` @@ -46,7 +46,7 @@ export default { export default { data() { return { - home: { icon: 'pi pi-home', url: 'https://www.primefaces.org/primevue' }, + home: { icon: 'pi pi-home', url: 'https://primevue.org/' }, items: [{ icon: 'pi pi-sitemap' }, { icon: 'pi pi-book' }, { icon: 'pi pi-wallet' }, { icon: 'pi pi-shopping-bag' }, { icon: 'pi pi-calculator' }] } } @@ -68,7 +68,7 @@ export default {