diff --git a/js/Dialog/Getting-Started.md b/js/Dialog/Getting-Started.md index 45e84703e..6941bd50f 100644 --- a/js/Dialog/Getting-Started.md +++ b/js/Dialog/Getting-Started.md @@ -147,7 +147,7 @@ The Dialog widget can be hidden on initialize using [showOnInit](https://help.sy Refer the below example. The dialog will be opened on clicking the Button widget. -{%seealso%} [Button](https://docs.syncfusion.com/js/button/overview) +{%seealso%} [Button](https://help.syncfusion.com/js/button/overview) {%endseealso%} {% highlight html %} diff --git a/js/Ribbon/Getting-Started.md b/js/Ribbon/Getting-Started.md index 11d7ffb47..1a7baae12 100644 --- a/js/Ribbon/Getting-Started.md +++ b/js/Ribbon/Getting-Started.md @@ -16,7 +16,7 @@ This section explains briefly how to create a `Ribbon`. Ribbon have the following list of external script dependencies and these should be referred before `ej` Script files -* [`jQuery`](http://jquery.com) 1.7.1 and later versions +* [`jQuery`](https://jquery.com/) 1.7.1 and later versions Also Ribbon have internal dependencies which includes `ej.core` libraries and [`child controls`](https://help.syncfusion.com/api/js/ejribbon#requires). For getting started, you can refer `ej.web.all.min.js` which includes `ej.core` and all Syncfusion JavaScript controls. diff --git a/js/Schedule/getting-started.md b/js/Schedule/getting-started.md index 39b1a3b6a..0a5adf9d4 100644 --- a/js/Schedule/getting-started.md +++ b/js/Schedule/getting-started.md @@ -11,9 +11,9 @@ api: /api/js/ejschedule To render the Schedule control, the following list of external dependencies are needed, -* [jQuery](http://jquery.com) - 1.7.1 and later versions +* [jQuery](https://jquery.com) - 1.7.1 and later versions * [jsRender](https://github.com/borismoore/jsrender) - to render the templates -* [jQuery.easing](http://gsgd.co.uk/sandbox/jquery/easing) - to support animation effects in the components +* [jQuery.easing](https://gsgd.co.uk/sandbox/jquery/easing/) - to support animation effects in the components The other required internal dependencies are tabulated below, @@ -95,7 +95,7 @@ Add links to the [CDN](/js/cdn) Script files with other required external depend {% endhighlight %} -N> Uncompressed version of library files are also available which is used for development or debugging purpose and can be generated from the custom script [here](http://csg.syncfusion.com). +N> Uncompressed version of library files are also available which is used for development or debugging purpose and can be generated from the custom script [here](https://csg.syncfusion.com/). ## Control Initialization