diff --git a/aspnetmvc/Accordion/Getting-Started.md b/aspnetmvc/Accordion/Getting-Started.md index 86d451ddc..1d003578e 100644 --- a/aspnetmvc/Accordion/Getting-Started.md +++ b/aspnetmvc/Accordion/Getting-Started.md @@ -34,7 +34,7 @@ In the above screenshot , the Accordion contains a template for its Header and i ASP.NET MVC Accordion basically renders using a div element. The following step describes the creation of Accordion control. -* 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. +* 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. * Please add the below code in layout._cshtml file head section to add the necessary script and CSS files to render the Accordion control. {% highlight CSHTML %} diff --git a/aspnetmvc/Captcha/Getting-Started.md b/aspnetmvc/Captcha/Getting-Started.md index 40fd41f7d..b315f4f5e 100644 --- a/aspnetmvc/Captcha/Getting-Started.md +++ b/aspnetmvc/Captcha/Getting-Started.md @@ -22,7 +22,7 @@ Captcha control with AutoValidation 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. -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. +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. 2. Add the following code to the corresponding view page for Captcha rendering.