Skip to content

Commit 9022ff2

Browse files
committed
SEO-174775 ASP.NET MVC Page with Redirect
1 parent 5e57911 commit 9022ff2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

aspnetmvc/Diagram/Automatic-Layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ public Array GetDataSource()
498498

499499
Orientation, spacings, and position of layout can be customized with a set of properties.
500500

501-
To explore layout properties, refer to [Layout Properties](http://help.syncfusion.com/cr/aspnetmvc/Syncfusion.JavaScript.DataVisualization.Models.Diagram.Layout.html "Layout Properties").
501+
To explore layout properties, refer to [Layout Properties](https://help.syncfusion.com/cr/aspnetmvc/Syncfusion.JavaScript.DataVisualization.Models.Diagram.Layout.html "Layout Properties").
502502

503503
### Layout Orientation
504504

aspnetmvc/Grid/Data-Binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ The following output is displayed as a result of the above code example.
223223

224224
See Also
225225

226-
For more information on using LINQ to SQL please refer to this [link]( http://weblogs.asp.net/scottgu/using-linq-to-sql-part-1)
226+
For more information on using LINQ to SQL please refer to this [link](https://weblogs.asp.net/scottgu/using-linq-to-sql-part-1)
227227

228228

229229
## ITypedList Binding

aspnetmvc/Grid/Style-and-Appearance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,5 +228,5 @@ To modify the Grid appearance, you need to override default CSS of the grid. Ple
228228

229229
To customize toolbar, you need to use the toolbar default CSS class to override icon in toolbar.
230230

231-
{% seealso %} [customize toolbar ](https://www.syncfusion.com/kb/5076/how-to-change-custom-icons-for-default-edit-toolbar-items%20%22customize%20toolbar%22) {% endseealso %}
231+
{% seealso %} [customize toolbar ](https://support.syncfusion.com/kb/article/4868/how-to-change-custom-icons-for-default-edit-toolbar-items) {% endseealso %}
232232

aspnetmvc/Schedule/Data-binding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Scheduler supports binding the appointment data to it through the list of appoin
303303

304304
## Binding Remote Data Service
305305

306-
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.
306+
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.
307307

308308
{% highlight razor %}
309309

@@ -325,7 +325,7 @@ The appointment data can be bound to the Scheduler through [Odata](http://www.od
325325

326326
## OData V4
327327

328-
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.
328+
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.
329329

330330
{% highlight razor %}
331331

0 commit comments

Comments
 (0)