Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aspnetmvc/Accordion/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
2 changes: 1 addition & 1 deletion aspnetmvc/Captcha/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down