|
22 | 22 | children.Add().Text("Orders").Url("#orders");
|
23 | 23 | children.Add().Text("Gallery").Url("#gallery");
|
24 | 24 | children.Add().Text("FAQ").Url("#faq");
|
25 |
| - children.Add().Text("Kendo UI demos").Url("http://demos.telerik.com/kendo-ui"); |
| 25 | + children.Add().Text("Kendo UI demos").Url("https://demos.telerik.com/kendo-ui"); |
26 | 26 | }
|
27 | 27 | )
|
28 | 28 | )
|
|
407 | 407 | .ServerPaging(true)
|
408 | 408 | .ServerSorting(true)
|
409 | 409 | .ServerFiltering(true)
|
410 |
| - .Transport(t => t.Read(r => r.Url("http://demos.telerik.com/kendo-ui/service/Northwind.svc/Orders"))) |
| 410 | + .Transport(t => t.Read(r => r.Url("https://demos.telerik.com/kendo-ui/service/Northwind.svc/Orders"))) |
411 | 411 | )
|
412 | 412 |
|
413 | 413 | )
|
|
430 | 430 | .Custom()
|
431 | 431 | .Transport(t => t
|
432 | 432 | .Read(r => r
|
433 |
| - .Url("http://demos.telerik.com/kendo-ui/service/meetings") |
| 433 | + .Url("https://demos.telerik.com/kendo-ui/service/meetings") |
434 | 434 | .DataType("jsonp"))
|
435 | 435 | )
|
436 | 436 | .Schema(schema => schema
|
|
554 | 554 | <div>
|
555 | 555 | <p>Kendo UI is a HTML5, jQuery-based framework for building modern HTML apps. Kendo UI combines the best of emerging HTML5, CSS3, and JavaScript technologies with robust, cross-browser techniques to deliver a framework that is both powerfully rich and broadly compatible with older browsers.</p>
|
556 | 556 | <p>Kendo UI combines everything that a developer needs to build a rich JavaScript app, eliminating the traditional challenge of manually researching and combining all of the needed plug-ins, frameworks, and libraries needed to build apps. Kendo UI includes rich UI controls for desktop, mobile and data vizualization, a JavaScript DataSource, fast Templates, cross-device Drag and Drop API, Globalization, Validation and MVVM framework extensions, and more.</p>
|
557 |
| - <p><a href="http://www.telerik.com/download/kendo-ui-complete">Download Kendo UI</a> and experience the difference today</p> |
| 557 | + <p><a href="https://www.telerik.com/download/kendo-ui-complete">Download Kendo UI</a> and experience the difference today</p> |
558 | 558 | </div></text>);
|
559 | 559 | panelbar.Add().Text("Who should use Kendo UI?")
|
560 | 560 | .Encoded(false)
|
561 | 561 | .Content(@<text>
|
562 | 562 | <div>
|
563 | 563 | <p>Kendo UI is a HTML5, jQuery-based framework for building modern HTML apps. Kendo UI combines the best of emerging HTML5, CSS3, and JavaScript technologies with robust, cross-browser techniques to deliver a framework that is both powerfully rich and broadly compatible with older browsers.</p>
|
564 | 564 | <p>Kendo UI combines everything that a developer needs to build a rich JavaScript app, eliminating the traditional challenge of manually researching and combining all of the needed plug-ins, frameworks, and libraries needed to build apps. Kendo UI includes rich UI controls for desktop, mobile and data vizualization, a JavaScript DataSource, fast Templates, cross-device Drag and Drop API, Globalization, Validation and MVVM framework extensions, and more.</p>
|
565 |
| - <p><a href="http://www.telerik.com/download/kendo-ui-complete">Download Kendo UI</a> and experience the difference today</p> |
| 565 | + <p><a href="https://www.telerik.com/download/kendo-ui-complete">Download Kendo UI</a> and experience the difference today</p> |
566 | 566 | </div></text>);
|
567 | 567 | panelbar.Add().Text("What are Kendo UI widgets?")
|
568 | 568 | .Encoded(false)
|
|
585 | 585 | .Content(@<text>
|
586 | 586 | <div>
|
587 | 587 | <p>Kendo UI is a pure JavaScript framework, so using Kendo UI is as simple as referencing JavaScript and CSS resources on your page. Once Kendo UI is configured on your page, the rich API gives you everything you need to initialize and configure an application.</p>
|
588 |
| - <p>To learn more about using and installing Kendo UI, visit the Kendo UI <a href="http://demos.telerik.com/kendo-ui">online demos</a>.</p> |
| 588 | + <p>To learn more about using and installing Kendo UI, visit the Kendo UI <a href="https://demos.telerik.com/kendo-ui">online demos</a>.</p> |
589 | 589 | </div></text>);
|
590 | 590 | }
|
591 | 591 | )
|
592 | 592 | )
|
593 | 593 | </section>
|
594 |
| - <footer>Copyright © 2013 <a href="http://telerik.com/">Telerik Inc</a>. All rights reserved.</footer> |
| 594 | + <footer>Copyright © 2013 <a href="https://telerik.com/">Telerik Inc</a>. All rights reserved.</footer> |
595 | 595 | </div>
|
0 commit comments