From b169eb1f1bf6584247dfed9cddf1fc89fdc41b9d Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:38:43 +0300 Subject: [PATCH 1/2] SEO-178281-Links-With-Redirects-JS --- js/Diagram/Shapes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/Diagram/Shapes.md b/js/Diagram/Shapes.md index 5c855cd4e..5c94d9ce7 100644 --- a/js/Diagram/Shapes.md +++ b/js/Diagram/Shapes.md @@ -73,9 +73,9 @@ var nodes = [{ N> Deploy your HTML file in the web Application and export the diagram (image node) or else the image node will not be exported in the chrome and Firefox due to security issues. Please refer to the link below. -Link: http://asked.online/draw-images-on-canvas-locally-using-chrome/2546077/ +Link: https://asked.online/draw-images-on-canvas-locally-using-chrome/2546077/ -Link1: http://stackoverflow.com/questions/4761711/local-image-in-canvas-in-chrome +Link1: https://stackoverflow.com/questions/4761711/local-image-in-canvas-in-chrome ### Image Alignment From 3e512a30ffe43ed634135aef2aac251f720adad9 Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Wed, 13 Dec 2023 10:43:18 +0300 Subject: [PATCH 2/2] SEO-178281-Links-With-Redirects-JS --- js/Slider/Integration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/Slider/Integration.md b/js/Slider/Integration.md index 3f7fe9bee..75dec7de3 100644 --- a/js/Slider/Integration.md +++ b/js/Slider/Integration.md @@ -14,7 +14,7 @@ api: /api/js/ejslider AngularJS is structural Framework to create dynamic web apps. It is distributed as a **JavaScript** file. It extends **HTML** attributes with Directives, and binds data to **HTML** with Expressions. To learn more about AngularJS refer the following link -[http://www.w3schools.com/angular/default.asp](http://www.w3schools.com/angular/default.asp) +[https://www.w3schools.com/angular/default.asp](https://www.w3schools.com/angular/default.asp) **Slider** widget is provided with AngularJS support. The support is achieved by including the “**ej.widget.angular.min.js**” file. Refer the following link to know more about the AngularJS support. @@ -95,7 +95,7 @@ Execute the above code example to render the following output. KnockoutJS is a **JavaScript** library that follows the MVVM pattern to build sophisticated user interface with a clean underlying data model. It supports to update the UI dynamically. Refer the following link to know more about KnockoutJS. -[http://knockoutjs.com/documentation/introduction.html](http://knockoutjs.com/documentation/introduction.html) +[https://knockoutjs.com/documentation/introduction.html](https://knockoutjs.com/documentation/introduction.html) **Slider** widget includes support to use it with KnockoutJS. The support is achieved by integration of the JS library **ej.widget.ko.min.js file.** Refer the following link to know more about the KnockoutJS support