Skip to content

Commit 5a6e87f

Browse files
Merge pull request #365 from syncfusion-content/SEO-175190-ASP.NET-MVC-Redirect
SEO-175190 ASP.NET MVC Redirect
2 parents 803c247 + a95b81d commit 5a6e87f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

aspnetmvc/Diagram/Data-Binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ documentation: ug
1212
* Diagram can be populated with the nodes and connectors based on the information provided from an external data source.
1313
* 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.
1414

15-
To explore those properties, see [Data source settings](http://help.syncfusion.com/cr/aspnetmvc/Syncfusion.JavaScript.DataVisualization.Models.Diagram.DataSourceSettings.html "Data source settings")
15+
To explore those properties, see [Data source settings](https://help.syncfusion.com/cr/aspnetmvc/Syncfusion.JavaScript.DataVisualization.Models.Diagram.DataSourceSettings.html "Data source settings")
1616

1717
* Diagram supports three different kinds of Data binding.
1818
* Local Data

aspnetmvc/Ribbon/Appearance-and-Styling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ Execute the above code example to render the following output.
8585

8686
## Themes
8787

88-
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.
88+
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.
8989

90-
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").
90+
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").
9191

9292
To apply styles refer to two files namely
9393

aspnetmvc/UploadBox/Getting-Started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In the above screenshot, you can upload a resume. It allows .png and .docx file
2525

2626
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.
2727

28-
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.
28+
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.
2929

3030
![](Getting-Started_images/Getting-Started_img4.png)
3131

@@ -293,7 +293,7 @@ The following screenshot displays an UploadBox control with file details of the
293293

294294
![](Getting-Started_images/Getting-Started_img6.png)
295295

296-
[Sample link](http://www.syncfusion.com/downloads/support/directtrac/general/7z/UploadboxWithUploadDetails-502932105)
296+
[Sample link](https://www.syncfusion.com/downloads/support/directtrac/general/7z/UploadboxWithUploadDetails-502932105)
297297

298298

299299

aspnetmvc/WaitingPopup/Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In the above screenshot, you can give the Username and Password. When you click
3838

3939
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
4040

41-
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.
41+
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.
4242

4343
### Create Login Page
4444

0 commit comments

Comments
 (0)