Skip to content

Commit 7378102

Browse files
Merge pull request #320 from syncfusion-content/SEO-171761-ASP.NET-MVC-Redirect
Merged #274 into hotfix
2 parents eb98a35 + 241fa8f commit 7378102

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

aspnetmvc/DatePicker/Getting-Started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ documentation: ug
1212

1313
To get start with Essential ASP.NET MVC DatePicker, create a new MVC application and add the required assemblies in references and then refer the below specified dependent CSS file as well as scripts
1414

15-
To create a MVC project and add necessary assemblies you can use the help of the given [MVC-Getting Started](http://help.syncfusion.com/aspnetmvc/getting-started) Documentation.
15+
To create a MVC project and add necessary assemblies you can use the help of the given [MVC-Getting Started](https://help.syncfusion.com/aspnetmvc/getting-started) Documentation.
1616

1717
CSS file
1818

19-
* [ej.web.all.min.css](http://cdn.syncfusion.com/{{ site.releaseversion }}/js/web/flat-azure/ej.web.all.min.css) includes all widgets styles (To know more about theme refer [Theming in Essential JavaScript Component](http://help.syncfusion.com/js/theming-in-essential-javascript-components#))
19+
* [ej.web.all.min.css](http://cdn.syncfusion.com/{{ site.releaseversion }}/js/web/flat-azure/ej.web.all.min.css) includes all widgets styles (To know more about theme refer [Theming in Essential JavaScript Component](https://help.syncfusion.com/js/theming-in-essential-javascript-components#))
2020

2121
External script files
2222

23-
* [jQuery](http://jquery.com/#) (from the version 1.7.1 to 3.1.0)
23+
* [jQuery](https://jquery.com/#) (from the version 1.7.1 to 3.1.0)
2424

2525
jQuery.easing external dependency has been removed from version 14.3.0.49 onwards. Kindly include this jQuery.easing dependency for versions lesser than 14.3.0.49 in order to support animation effects.
2626
Internal script files
@@ -84,7 +84,7 @@ The Essential ASP.NET MVC DatePicker can be created using HTML helper like below
8484
8585
{% endhighlight %}
8686

87-
N> DatePicker is a form control, so on form submitting its value can be received by its name, and normally id has been treated as name. If you want to set the name manually you can use our HtmlAttributes property. You can get this property related information from [here](http://help.syncfusion.com/js/api/ejdatepicker#members:htmlattributes)
87+
N> DatePicker is a form control, so on form submitting its value can be received by its name, and normally id has been treated as name. If you want to set the name manually you can use our HtmlAttributes property. You can get this property related information from [here](https://help.syncfusion.com/api/js/ejdatepicker#members:htmlattributes)
8888

8989
## Get / Set value
9090

0 commit comments

Comments
 (0)