Skip to content

Commit ec7ed5f

Browse files
authored
Fix link for explore code according to the new structure (#303)
1 parent c151600 commit ec7ed5f

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

src/app/combo/combo.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1 class="push-down-md"><a href="http://igniteui.com/combo/overview" target="_b
1212
</div>
1313
<div class="col-md-4">
1414
<p class="lead">This sample demonstrates how to use Angular Components to create igCombos.</p>
15-
<p><a href="https://github.com/IgniteUI/igniteui-angular-wrappers/blob/master/samples/igCombo/igCombo.html"
15+
<p><a href="https://github.com/IgniteUI/igniteui-angular-wrappers/blob/master/src/app/combo/combo.component.html"
1616
class="btn btn-default btn-lg btn-primary" target="_blank"><i class="fa fa-code fa-lg"></i> Explore
1717
the Code</a></p>
1818
</div>

src/app/data-chart/data-chart.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h1 class="push-down-md"><a href="http://www.igniteui.com/data-chart/overview" t
1111
<div class="col-md-4">
1212
<p class="lead">This sample demonstrates how to link together the igDataChart and igZoomBar using Ignite UI Angular Wrappers components.</p>
1313
<p>
14-
<a href="https://github.com/IgniteUI/igniteui-angular-wrappers/blob/master/samples/igDataChart/igDataChart.html" class="btn btn-default btn-lg btn-primary" target="_blank"><i class="fa fa-code fa-lg"></i> Explore the Code</a>
14+
<a href="https://github.com/IgniteUI/igniteui-angular-wrappers/blob/master/src/app/data-chart/data-chart.component.html" class="btn btn-default btn-lg btn-primary" target="_blank"><i class="fa fa-code fa-lg"></i> Explore the Code</a>
1515
</p>
1616
</div>
1717
</div>

src/app/dialog/dialog.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1 class="push-down-md"><a href="http://www.igniteui.com/dialog-window/overview
1010
</div>
1111
<div class="col-md-4">
1212
<p class="lead">This sample demonstrates how to declare an igDialog with an Ignite UI Angular Wrappers component.</p>
13-
<p><a href="https://github.com/IgniteUI/igniteui-angular-wrappers/blob/master/samples/igDialog/igDialog.html" class="btn btn-default btn-lg btn-primary" target="_blank"><i class="fa fa-code fa-lg"></i> Explore the Code</a>
13+
<p><a href="https://github.com/IgniteUI/igniteui-angular-wrappers/blob/master/src/app/dialog/dialog.component.html" class="btn btn-default btn-lg btn-primary" target="_blank"><i class="fa fa-code fa-lg"></i> Explore the Code</a>
1414
</p>
1515
</div>
1616
</div>

src/app/editors/editors.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h1 class="push-down-md"><a href="http://www.igniteui.com/editors/overview" targ
1111
</div>
1212
<div class="col-md-4">
1313
<p class="lead">This sample demonstrates how create a number of different editors using Ignite UI Angular Wrappers directives.</p>
14-
<p><a href="https://github.com/IgniteUI/igniteui-angular-wrappers/blob/master/samples/igEditors/igEditors.html" class="btn btn-default btn-lg btn-primary"
14+
<p><a href="https://github.com/IgniteUI/igniteui-angular-wrappers/blob/master/src/app/editors/editors.component.html" class="btn btn-default btn-lg btn-primary"
1515
target="_blank"><i class="fa fa-code fa-lg"></i> Explore the Code</a></p>
1616
</div>
1717
</div>

src/app/grid-api-methods/grid-api-methods.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ <h1 class="push-down-md"><a href="http://igniteui.com/grid/overview" target="_bl
33
<div class="row description">
44
<div class="col-md-12">
55
<p class="lead">This sample demonstrates how to call Angular components API methods.</p>
6-
<p><a href="https://github.com/IgniteUI/igniteui-angular-wrappers/blob/master/samples/igGrid/igGrid.html" class="btn btn-default btn-lg btn-primary" target="_blank"><i class="fa fa-code fa-lg"></i> Explore the Code</a></p>
6+
<p><a href="https://github.com/IgniteUI/igniteui-angular-wrappers/blob/master/src/app/grid-api-methods/grid-api-methods.component.ts" class="btn btn-default btn-lg btn-primary" target="_blank"><i class="fa fa-code fa-lg"></i> Explore the Code</a></p>
77
</div>
88
</div>
99

src/app/grid-complex-options/grid-complex-options.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ <h1 class="push-down-md"><a href="http://igniteui.com/grid/overview" target="_bl
44
<div class="col-md-12">
55
<p class="lead">This sample demonstrates how Ignite UI Angular Wrappers components are used to initialize the
66
igGrid complex options though the template.</p>
7-
<p><a href="https://github.com/IgniteUI/igniteui-angular-wrappers/blob/master/samples/igGrid/igGrid.html"
7+
<p><a href="https://github.com/IgniteUI/igniteui-angular-wrappers/blob/master/src/app/grid-complex-options.component.html"
88
class="btn btn-default btn-lg btn-primary" target="_blank"><i class="fa fa-code fa-lg"></i> Explore the
99
Code</a></p>
1010
</div>

src/app/grid-data-binding/grid-data-binding.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h1 class="push-down-md"><a href="http://igniteui.com/grid/overview" target="_bl
1111
</div>
1212
<div class="col-md-6">
1313
<p class="lead">This sample demonstrates how Ignite UI Angular Wrappers components are used with the igGrid to allow for two-way binding in the grid.</p>
14-
<p><a href="https://github.com/IgniteUI/igniteui-angular-wrappers/blob/master/samples/igGrid/igGrid.html" class="btn btn-default btn-lg btn-primary" target="_blank"><i class="fa fa-code fa-lg"></i> Explore the Code</a></p>
14+
<p><a href="https://github.com/IgniteUI/igniteui-angular-wrappers/blob/master/src/app/grid-data-binding.component.html" class="btn btn-default btn-lg btn-primary" target="_blank"><i class="fa fa-code fa-lg"></i> Explore the Code</a></p>
1515
</div>
1616
</div>
1717

src/app/grid-excel-exporting/grid-excel-exporting.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1 class="push-down-md">
1717
<div class="col-md-6">
1818
<p class="lead">This sample demonstrates how Ignite UI Angular Wrappers components are used with the igGrid to allow exporting to Excel</p>
1919
<p>
20-
<a href="https://github.com/IgniteUI/igniteui-angular-wrappers/blob/master/samples/igGrid-ExcelExporter/igGrid-ExcelExporter.html"
20+
<a href="https://github.com/IgniteUI/igniteui-angular-wrappers/blob/master/src/app/grid-excel-exporting/grid-excel-exporting.component.html"
2121
class="btn btn-default btn-lg btn-primary" target="_blank">
2222
<i class="fa fa-code fa-lg"></i> Explore the Code</a>
2323
</p>

src/app/grid-http-client/grid-http-client.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1 class="push-down-md"><a href="http://igniteui.com/grid/overview" target="_bl
1010
<p class="lead">
1111
The grid is created when bound to an empty data source and then using a service to populate the data.
1212
</p>
13-
<p><a href="https://github.com/IgniteUI/igniteui-angular-wrappers/blob/master/samples/igGrid-HTTPClient/igGrid-HTTPClient.html" class="btn btn-default btn-lg btn-primary" target="_blank"><i class="fa fa-code fa-lg"></i> Explore the Code</a></p>
13+
<p><a href="https://github.com/IgniteUI/igniteui-angular-wrappers/blob/master/src/app/grid-http-client/grid-http-client.component.html" class="btn btn-default btn-lg btn-primary" target="_blank"><i class="fa fa-code fa-lg"></i> Explore the Code</a></p>
1414
</div>
1515
</div>
1616

src/app/hierarchical-grid/hierarchical-grid.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ <h1 class="push-down-md"><a href="http://igniteui.com/hierarchical-grid/overview
22
<div class="row description">
33
<div class="col-md-12">
44
<p class="lead">This sample demonstrates how Ignite UI Angular Wrappers components are used to instantiate igHierarchicalGrid.</p>
5-
<p><a href="https://github.com/IgniteUI/igniteui-angular-wrappers/blob/master/samples/igHierarchicalGrid/igHierarchicalGrid.html" class="btn btn-default btn-lg btn-primary" target="_blank"><i class="fa fa-code fa-lg"></i> Explore the Code</a></p>
5+
<p><a href="https://github.com/IgniteUI/igniteui-angular-wrappers/blob/master/src/app/hierarchical-grid/hierarchical-grid.component.html" class="btn btn-default btn-lg btn-primary" target="_blank"><i class="fa fa-code fa-lg"></i> Explore the Code</a></p>
66
</div>
77
</div>
88

0 commit comments

Comments
 (0)