diff --git a/aspnetmvc/Button/Icons.md b/aspnetmvc/Button/Icons.md index dcb6cd67..676394a1 100644 --- a/aspnetmvc/Button/Icons.md +++ b/aspnetmvc/Button/Icons.md @@ -21,7 +21,7 @@ For example, you can render the desired icon in the button by using the followin Refer to the following link to know what are the values passed in the “ContentType” property - + Also in the button sample, you can use the icon class names as follows, diff --git a/aspnetmvc/Schedule/Getting-started.md b/aspnetmvc/Schedule/Getting-started.md index 4f150f94..f4d26210 100644 --- a/aspnetmvc/Schedule/Getting-started.md +++ b/aspnetmvc/Schedule/Getting-started.md @@ -8,7 +8,7 @@ keywords: ejschedule, schedule, schedule widget, js schedule --- # Getting Started -Follow the steps pointed out in the [Getting Started](http://help.syncfusion.com/aspnetmvc/getting-started) page of the Introduction part to create an MVC application with required assembly references, scripts and stylesheets. +Follow the steps pointed out in the [Getting Started](https://help.syncfusion.com/aspnetmvc/getting-started) page of the Introduction part to create an MVC application with required assembly references, scripts and stylesheets. Create a new Class in controller page to define the data to be passed to the Scheduler as mentioned below, diff --git a/aspnetmvc/TreeView/Getting-Started.md b/aspnetmvc/TreeView/Getting-Started.md index 57092225..ff2658c8 100644 --- a/aspnetmvc/TreeView/Getting-Started.md +++ b/aspnetmvc/TreeView/Getting-Started.md @@ -13,7 +13,7 @@ This section explains briefly about how to create a TreeView in ASP.NET MVC plat ## Create your first TreeView in MVC -Create a MVC Project and add necessary assemblies, CSS and scripts with the help of the given [MVC-Getting Started](http://help.syncfusion.com/aspnetmvc/getting-started) documentation. After creating this project, you can create a TreeView in following ways. +Create a MVC Project and add necessary assemblies, CSS and scripts with the help of the given [MVC-Getting Started](https://help.syncfusion.com/aspnetmvc/getting-started) documentation. After creating this project, you can create a TreeView in following ways. ## TreeView using Helper element @@ -116,7 +116,7 @@ Above data can be directly assigned to [DataSource](https://help.syncfusion.com/ ## Create Instance for TreeView -You can create an instance for existing TreeView in following ways. Once a reference has been established, you can use the [API’s](http://help.syncfusion.com/js/api/ejtreeview) of TreeView to control its behavior. +You can create an instance for existing TreeView in following ways. Once a reference has been established, you can use the [API’s](https://help.syncfusion.com/api/js/ejtreeview) of TreeView to control its behavior. {% highlight javascript %} @@ -133,7 +133,7 @@ You can create an instance for existing TreeView in following ways. Once a refer -N>**To configure the API settings after TreeView creation, please refer [API configuration](http://help.syncfusion.com/js/api-configuration), [Invoking Methods](http://help.syncfusion.com/js/invoking-methods)**. +N>**To configure the API settings after TreeView creation, please refer [API configuration](https://help.syncfusion.com/js/api-configuration), [Invoking Methods](https://help.syncfusion.com/js/invoking-methods)**. ## TreeView events