diff --git a/aspnetmvc/Diagram/Data-Binding.md b/aspnetmvc/Diagram/Data-Binding.md index c00e1e903..659cc991a 100644 --- a/aspnetmvc/Diagram/Data-Binding.md +++ b/aspnetmvc/Diagram/Data-Binding.md @@ -12,7 +12,7 @@ documentation: ug * Diagram can be populated with the nodes and connectors based on the information provided from an external data source. * Diagram exposes its specific data-related properties allowing you to specify the data source fields from where the node information has to be retrieved from. -To explore those properties, see [Data source settings](http://help.syncfusion.com/cr/aspnetmvc/Syncfusion.JavaScript.DataVisualization.Models.Diagram.DataSourceSettings.html "Data source settings") +To explore those properties, see [Data source settings](https://help.syncfusion.com/cr/aspnetmvc/Syncfusion.JavaScript.DataVisualization.Models.Diagram.DataSourceSettings.html "Data source settings") * Diagram supports three different kinds of Data binding. * Local Data diff --git a/aspnetmvc/Ribbon/Appearance-and-Styling.md b/aspnetmvc/Ribbon/Appearance-and-Styling.md index ec16d57d8..771a5aeb3 100644 --- a/aspnetmvc/Ribbon/Appearance-and-Styling.md +++ b/aspnetmvc/Ribbon/Appearance-and-Styling.md @@ -85,9 +85,9 @@ Execute the above code example to render the following output. ## Themes -Ribbon control’s style and appearance are controlled based on CSS classes and it has support of 12 default themes. You can check List of themes available for JavaScript’s control which is mentioned in [`this`](http://help.syncfusion.com/js/theming-in-essential-javascript-components) page. +Ribbon control’s style and appearance are controlled based on CSS classes and it has support of 12 default themes. You can check List of themes available for JavaScript’s control which is mentioned in [`this`](https://help.syncfusion.com/js/theming-in-essential-javascript-components) page. -To modify Ribbon appearance, you need to override default CSS of Ribbon. Please find the list of CSS classes and its corresponding section in Ribbon. Also you have an option to create your own custom theme for all ASP.NET MVC controls using our [Theme Studio](http://js.syncfusion.com/themestudio/# "Theme Studio"). +To modify Ribbon appearance, you need to override default CSS of Ribbon. Please find the list of CSS classes and its corresponding section in Ribbon. Also you have an option to create your own custom theme for all ASP.NET MVC controls using our [Theme Studio](https://js.syncfusion.com/themestudio/ "Theme Studio"). To apply styles refer to two files namely diff --git a/aspnetmvc/UploadBox/Getting-Started.md b/aspnetmvc/UploadBox/Getting-Started.md index 2776768dc..40a1f3fcc 100644 --- a/aspnetmvc/UploadBox/Getting-Started.md +++ b/aspnetmvc/UploadBox/Getting-Started.md @@ -25,7 +25,7 @@ In the above screenshot, you can upload a resume. It allows .png and .docx file ASP.NET MVC UploadBox basically renders built-in features like upload multiple files, and deletes the files from Uploadbox. You can know the status of the file whether it is complete or fail and also can retry the upload if it failed. You can easily create the UploadBox widget by using the following steps. -You can create an MVC project and add necessary assemblies, styles, and scripts with the help of the given [MVC-Getting Started](http://help.syncfusion.com/aspnetmvc/uploadbox/getting-started) Documentation. +You can create an MVC project and add necessary assemblies, styles, and scripts with the help of the given [MVC-Getting Started](https://help.syncfusion.com/aspnetmvc/uploadbox/getting-started) Documentation. ![](Getting-Started_images/Getting-Started_img4.png) @@ -293,7 +293,7 @@ The following screenshot displays an UploadBox control with file details of the ![](Getting-Started_images/Getting-Started_img6.png) -[Sample link](http://www.syncfusion.com/downloads/support/directtrac/general/7z/UploadboxWithUploadDetails-502932105) +[Sample link](https://www.syncfusion.com/downloads/support/directtrac/general/7z/UploadboxWithUploadDetails-502932105) diff --git a/aspnetmvc/WaitingPopup/Overview.md b/aspnetmvc/WaitingPopup/Overview.md index 66c253839..be52a6e88 100644 --- a/aspnetmvc/WaitingPopup/Overview.md +++ b/aspnetmvc/WaitingPopup/Overview.md @@ -38,7 +38,7 @@ In the above screenshot, you can give the Username and Password. When you click ASP.NET MVC Waiting Popup widget has a built-in feature to block all other actions until the page is loaded. You can easily create the Waiting Popup control by using simple HTML Helper element as follows -1. You can create an MVC Project and add necessary assemblies, styles, and scripts with the help of [MVC-Getting Started](http://help.syncfusion.com/aspnetmvc/waitingpopup/overview) Documentation. +1. You can create an MVC Project and add necessary assemblies, styles, and scripts with the help of [MVC-Getting Started](https://help.syncfusion.com/aspnetmvc/waitingpopup/overview) Documentation. ### Create Login Page