From 9022ff2b5c0dee9e799967996fc3734d7119ab36 Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Tue, 15 Aug 2023 14:51:13 +0300 Subject: [PATCH] SEO-174775 ASP.NET MVC Page with Redirect --- aspnetmvc/Diagram/Automatic-Layout.md | 2 +- aspnetmvc/Grid/Data-Binding.md | 2 +- aspnetmvc/Grid/Style-and-Appearance.md | 2 +- aspnetmvc/Schedule/Data-binding.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/aspnetmvc/Diagram/Automatic-Layout.md b/aspnetmvc/Diagram/Automatic-Layout.md index ca2d25b1c..a276df125 100644 --- a/aspnetmvc/Diagram/Automatic-Layout.md +++ b/aspnetmvc/Diagram/Automatic-Layout.md @@ -498,7 +498,7 @@ public Array GetDataSource() Orientation, spacings, and position of layout can be customized with a set of properties. -To explore layout properties, refer to [Layout Properties](http://help.syncfusion.com/cr/aspnetmvc/Syncfusion.JavaScript.DataVisualization.Models.Diagram.Layout.html "Layout Properties"). +To explore layout properties, refer to [Layout Properties](https://help.syncfusion.com/cr/aspnetmvc/Syncfusion.JavaScript.DataVisualization.Models.Diagram.Layout.html "Layout Properties"). ### Layout Orientation diff --git a/aspnetmvc/Grid/Data-Binding.md b/aspnetmvc/Grid/Data-Binding.md index 56f39b429..780d238ca 100644 --- a/aspnetmvc/Grid/Data-Binding.md +++ b/aspnetmvc/Grid/Data-Binding.md @@ -223,7 +223,7 @@ The following output is displayed as a result of the above code example. See Also -For more information on using LINQ to SQL please refer to this [link]( http://weblogs.asp.net/scottgu/using-linq-to-sql-part-1) +For more information on using LINQ to SQL please refer to this [link](https://weblogs.asp.net/scottgu/using-linq-to-sql-part-1) ## ITypedList Binding diff --git a/aspnetmvc/Grid/Style-and-Appearance.md b/aspnetmvc/Grid/Style-and-Appearance.md index a5dae72f3..05875fac0 100644 --- a/aspnetmvc/Grid/Style-and-Appearance.md +++ b/aspnetmvc/Grid/Style-and-Appearance.md @@ -228,5 +228,5 @@ To modify the Grid appearance, you need to override default CSS of the grid. Ple To customize toolbar, you need to use the toolbar default CSS class to override icon in toolbar. -{% seealso %} [customize toolbar ](https://www.syncfusion.com/kb/5076/how-to-change-custom-icons-for-default-edit-toolbar-items%20%22customize%20toolbar%22) {% endseealso %} +{% seealso %} [customize toolbar ](https://support.syncfusion.com/kb/article/4868/how-to-change-custom-icons-for-default-edit-toolbar-items) {% endseealso %} diff --git a/aspnetmvc/Schedule/Data-binding.md b/aspnetmvc/Schedule/Data-binding.md index ff079f6e1..3a6295d65 100644 --- a/aspnetmvc/Schedule/Data-binding.md +++ b/aspnetmvc/Schedule/Data-binding.md @@ -303,7 +303,7 @@ Scheduler supports binding the appointment data to it through the list of appoin ## Binding Remote Data Service -The appointment data can be bound to the Scheduler through [Odata](http://www.odata.org) remote services, by configuring the service URL to the Schedule dataSource API. +The appointment data can be bound to the Scheduler through [Odata](https://www.odata.org/) remote services, by configuring the service URL to the Schedule dataSource API. {% highlight razor %} @@ -325,7 +325,7 @@ The appointment data can be bound to the Scheduler through [Odata](http://www.od ## OData V4 -The OData v4 is an improved version of OData protocols. Scheduler supports retrieving and consuming appointment data from [OData v4](http://www.odata.org/documentation) services, just similar to the other remote services. +The OData v4 is an improved version of OData protocols. Scheduler supports retrieving and consuming appointment data from [OData v4](https://www.odata.org/documentation/) services, just similar to the other remote services. {% highlight razor %}