Skip to content

Commit f2d746e

Browse files
Merge pull request #308 from syncfusion-content/SEO-171350-ASP.NET-MVC-Redirect
SEO-171350 ASP.NET MVC Redirect
2 parents 711ade4 + 702d9ca commit f2d746e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aspnetmvc/Accordion/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In the above screenshot , the Accordion contains a template for its Header and i
3434

3535
ASP.NET MVC Accordion basically renders using a div element. The following step describes the creation of Accordion control.
3636

37-
* You can create a MVC Project and add necessary Dll’s with the help of the given [MVC-Getting Started](http://help.syncfusion.com/aspnetmvc/accordion/getting-started) Documentation.
37+
* You can create a MVC Project and add necessary Dll’s with the help of the given [MVC-Getting Started](https://help.syncfusion.com/aspnetmvc/accordion/getting-started) Documentation.
3838
* Please add the below code in layout._cshtml file head section to add the necessary script and CSS files to render the Accordion control.
3939

4040
{% highlight CSHTML %}

aspnetmvc/Captcha/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Captcha control with AutoValidation
2222

2323
The Captcha is one of the way to prevent dictionary attacks, it basically comes with the random text. The following steps are used to create Captcha control.
2424

25-
1. You can create an MVC Project and add necessary assembly and script with the given [MVC-Getting Started](http://help.syncfusion.com/aspnetmvc/captcha/getting-started) Documentation.
25+
1. You can create an MVC Project and add necessary assembly and script with the given [MVC-Getting Started](https://help.syncfusion.com/aspnetmvc/captcha/getting-started) Documentation.
2626
2. Add the following code to the corresponding view page for Captcha rendering.
2727

2828

0 commit comments

Comments
 (0)