diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index e946766a6..ce95198a5 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ contact_links: - name: Support - url: https://primevue.org//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 d3ffff7d8..a2e038a5a 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://primevue.org//accordion) + * - [Accordion](https://primevue.org/accordion) * */ export default AccordionTab; diff --git a/components/avatar/Avatar.d.ts b/components/avatar/Avatar.d.ts index db8d3d78c..3eaef7fdc 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://primevue.org//avatar) + * - [Live Demo](https://primevue.org/avatar) * * @module avatar */ diff --git a/components/dataviewlayoutoptions/DataViewLayoutOptions.d.ts b/components/dataviewlayoutoptions/DataViewLayoutOptions.d.ts index edea868b2..0d38f9f8e 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://primevue.org//dataview) + * - [DataViewLayoutOptions](https://primevue.org/dataview) * */ export default DataViewLayoutOptions; diff --git a/components/divider/Divider.d.ts b/components/divider/Divider.d.ts index 0d65a9c07..36d95b0ef 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://primevue.org//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://primevue.org//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 a1e2d37c0..32a69238e 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://primevue.org//dropdown) + * - [Dropdown](https://primevue.org/dropdown) * */ export default Dropdown; diff --git a/components/dynamicdialog/DynamicDialog.d.ts b/components/dynamicdialog/DynamicDialog.d.ts index f0f9d60f4..4c495746e 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://primevue.org//dynamicdialog) + * - [Live Demo](https://primevue.org/dynamicdialog) * * @module dynamicdialog * diff --git a/components/fullcalendar/FullCalendar.d.ts b/components/fullcalendar/FullCalendar.d.ts index 52b3add6b..eb8bc5dc0 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://primevue.org//fullcalendar) + * - [FullCalendar](https://primevue.org/fullcalendar) * * @deprecated */ diff --git a/components/image/Image.d.ts b/components/image/Image.d.ts index 3a04269bf..07eae3925 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://primevue.org//image) + * - [Image](https://primevue.org/image) * */ export default Image; diff --git a/components/orderlist/OrderList.d.ts b/components/orderlist/OrderList.d.ts index 932568328..67decbc30 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://primevue.org//orderlist) + * - [Live Demo](https://primevue.org/orderlist) * * @module orderlist * diff --git a/components/organizationchart/OrganizationChart.d.ts b/components/organizationchart/OrganizationChart.d.ts index fc2a5b0ee..a3c0fab16 100755 --- a/components/organizationchart/OrganizationChart.d.ts +++ b/components/organizationchart/OrganizationChart.d.ts @@ -6,7 +6,7 @@ * * - OrganizationChartNode * - * - [Live Demo](https://primevue.org//organizationchart) + * - [Live Demo](https://primevue.org/organizationchart) * * @module organizationchart */ diff --git a/components/overlaypanel/OverlayPanel.d.ts b/components/overlaypanel/OverlayPanel.d.ts index f3576d359..18a7ad51e 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://primevue.org//overlaypanel) + * - [Live Demo](https://primevue.org/overlaypanel) * * @module overlaypanel * diff --git a/components/paginator/Paginator.d.ts b/components/paginator/Paginator.d.ts index 9ff5e9964..29468da52 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://primevue.org//paginator) + * - [Paginator](https://primevue.org/paginator) * * @module paginator * diff --git a/components/picklist/PickList.d.ts b/components/picklist/PickList.d.ts index a7ebdff12..d454cd917 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://primevue.org//picklist) + * - [Live Demo](https://primevue.org/picklist) * * @module picklist * diff --git a/components/sidebar/Sidebar.d.ts b/components/sidebar/Sidebar.d.ts index 8ac1c0440..4f7686ea1 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://primevue.org//sidebar) + * - [Live Demo](https://primevue.org/sidebar) * * @module sidebar * @@ -119,7 +119,7 @@ declare module '@vue/runtime-core' { * * Demos: * - * - [Sidebar](https://primevue.org//sidebar) + * - [Sidebar](https://primevue.org/sidebar) * */ export default Sidebar; diff --git a/components/tieredmenu/TieredMenu.d.ts b/components/tieredmenu/TieredMenu.d.ts index 16f41430a..c8667a760 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://primevue.org//menumodel) + * - [MenuItem](https://primevue.org/menumodel) * * Demos: * - * - [TieredMenu](https://primevue.org//tieredmenu) + * - [TieredMenu](https://primevue.org/tieredmenu) * */ export default TieredMenu; diff --git a/components/timeline/Timeline.d.ts b/components/timeline/Timeline.d.ts index 429f52a8c..7bd5e28a3 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://primevue.org//timeline) + * - [Live Demo](https://primevue.org/timeline) * * @module timeline */ diff --git a/components/tree/Tree.d.ts b/components/tree/Tree.d.ts index 2d2c65448..b944792af 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://primevue.org//tree) + * - [Tree](https://primevue.org/tree) * */ export default Tree;