Skip to content

Commit 56fc4d5

Browse files
committed
chore: fix broken link
1 parent 649b1b1 commit 56fc4d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

KendoUIBootstrapIntegration/Views/Home/Index.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,14 +571,14 @@
571571
.Content(@<text>
572572
<div>
573573
<p>Telerik UI for ASP.NET MVC is a set of server-side wrappers that bring the HTML/JavaScript Kendo UI widgets to .NET MVC. Our server-side wrappers come in the form of HTML helpers. From client-side perspective, the vanilla HTML/JavaScript Kendo UI widgets and their ASP.NET MVC server-side wrappers represent the same functionalities and provide the same capabilities.</p>
574-
<p><a href="https://www.telerik.com/download/kendo-ui-complete">Download Kendo UI</a> and experience the difference today</p>
574+
<p><a href="https://www.telerik.com/aspnet-mvc">Download Telerik UI for ASP.NET MVC</a> and experience the difference today</p>
575575
</div></text>);
576576
panelbar.Add().Text("Who should use UI for ASP.NET MVC?")
577577
.Encoded(false)
578578
.Content(@<text>
579579
<div>
580580
<p>Telerik UI for ASP.NET MVC is a set of server-side wrappers that bring the HTML/JavaScript Kendo UI widgets to .NET MVC. Our server-side wrappers come in the form of HTML helpers. From client-side perspective, the vanilla HTML/JavaScript Kendo UI widgets and their ASP.NET MVC server-side wrappers represent the same functionalities and provide the same capabilities.</p>
581-
<p><a href="https://www.telerik.com/download/kendo-ui-complete">Download Kendo UI</a> and experience the difference today</p>
581+
<p><a href="https://www.telerik.com/aspnet-mvc">Download Telerik UI for ASP.NET MVC</a> and experience the difference today</p>
582582
</div></text>);
583583
panelbar.Add().Text("What are Telerik UI for APS.NET MVC components?")
584584
.Encoded(false)

0 commit comments

Comments
 (0)