Skip to content

Commit 49bd3ac

Browse files
authored
Merge pull request #28 from IgniteUI/vnext
Push to prod
2 parents 27c25f4 + aea6fb1 commit 49bd3ac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/views/home/home-view.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default class HomeView extends LitElement {
4545
title: "ERP/ Inventory",
4646
theme: "Material Light",
4747
content: "Tracking and managing quantity, location and details of products in stock.",
48-
moreLink: "https://www.infragistics.com/products/ignite-ui-angular/angular/components/hierarchicalgrid/hierarchical-grid",
48+
moreLink: "https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/grids/hierarchical-grid/overview",
4949
downloadLink: "https://www.infragistics.com/resources/sample-applications/erp-inventory-sample-app-web-components",
5050
},
5151
],
@@ -55,7 +55,7 @@ export default class HomeView extends LitElement {
5555
title: "Org Chart/HR Portal",
5656
theme: "Fluent Light",
5757
content: "Displaying company's hierarchical structure and showing employees data.",
58-
moreLink: "https://www.infragistics.com/products/ignite-ui-angular/angular/components/treegrid/tree-grid",
58+
moreLink: "https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/grids/tree-grid/overview",
5959
downloadLink: "https://www.infragistics.com/resources/sample-applications/org-charthr-portal-sample-app-web-components",
6060
},
6161
],
@@ -65,7 +65,7 @@ export default class HomeView extends LitElement {
6565
title: "Financial Portfolio",
6666
theme: "Bootstrap Light",
6767
content: "Asset tracking, profit and loss analysis, featuring interactive dynamic charts.",
68-
moreLink: "https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/grid",
68+
moreLink: "https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/grids/data-grid",
6969
downloadLink: "https://www.infragistics.com/resources/sample-applications/financial-portfolio-sample-app-web-components",
7070
},
7171
],
@@ -75,7 +75,7 @@ export default class HomeView extends LitElement {
7575
title: "Sales Dashboard",
7676
theme: "Indigo Light",
7777
content: "For trend analysis, KPIs and viewing sales summaries by region, product, etc.",
78-
moreLink: "https://www.infragistics.com/products/ignite-ui-angular/angular/components/pivotGrid/pivot-grid",
78+
moreLink: "https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/grids/pivot-grid/overview",
7979
downloadLink: "https://www.infragistics.com/resources/sample-applications/sales-grid-sample-app-web-components",
8080
},
8181
],
@@ -85,7 +85,7 @@ export default class HomeView extends LitElement {
8585
title: "Fleet Management",
8686
theme: "Material Dark",
8787
content: "A master-detail grid for managing vehicle acquisition, operations, and maintenance.",
88-
moreLink: "https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/master-detail",
88+
moreLink: "https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/grids/grid/master-detail",
8989
downloadLink: "https://www.infragistics.com/resources/sample-applications/fleet-management-sample-app-web-components",
9090
},
9191
],

0 commit comments

Comments
 (0)