Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aspnetmvc/Diagram/Automatic-Layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion aspnetmvc/Grid/Data-Binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetmvc/Grid/Style-and-Appearance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

4 changes: 2 additions & 2 deletions aspnetmvc/Schedule/Data-binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand All @@ -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 %}

Expand Down