From a8e9d0fe4decbd46bae8b5d02a72a172d21c2852 Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Mon, 15 Jan 2024 15:42:28 +0300 Subject: [PATCH] SEO-178943-WPF-Redirect-Links --- js/DatePicker/Getting-Started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/DatePicker/Getting-Started.md b/js/DatePicker/Getting-Started.md index 444817239..afe0fc4cf 100644 --- a/js/DatePicker/Getting-Started.md +++ b/js/DatePicker/Getting-Started.md @@ -19,7 +19,7 @@ CSS file External script files -* [jQuery](http://jquery.com/#) (from the version 1.7.1 to 3.1.0) +* [jQuery](https://jquery.com/) (from the version 1.7.1 to 3.1.0) N> From V13.4.0.53 onwards, jQuery.globalize.min.js file has been replaced with our script file ej.globalize.min.js to support the globalization for our widgets. For version lower than 13.4.0.53, refer jQuery.globalize.min.js. 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. @@ -168,5 +168,5 @@ You can assign values after initialization in DatePicker (‘it helps to get or {% endhighlight %} -N> Existing DatePicker instance can be created by [jQuery.data()](http://api.jquery.com/jQuery.data/#) and you can control the API’s of DatePicker behavior. +N> Existing DatePicker instance can be created by [jQuery.data()](https://api.jquery.com/jQuery.data/) and you can control the API’s of DatePicker behavior.