From 1400f2e7f7ec38fc1afdf09c5a8aaf23774381d9 Mon Sep 17 00:00:00 2001 From: Vilius Date: Fri, 17 Aug 2018 14:23:04 +0300 Subject: [PATCH] replaced http urls to https --- README.md | 2 +- index.html | 8 ++++---- src/js/modules/file/open.js | 2 +- src/js/modules/help/about.js | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 669c473..345ccc3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ miniPaint operates directly in the browser. You can create images, paste from cl or upload from computer (using menu or drag & drop). Nothing will be sent to any server. Everything stays in your browser. ## URL: -**http://viliusle.github.io/miniPaint/** +**https://viliusle.github.io/miniPaint/** ## Preview: ![miniPaint](https://raw.githubusercontent.com/viliusle/miniPaint/master/images/preview.gif) diff --git a/index.html b/index.html index d402532..3228e19 100644 --- a/index.html +++ b/index.html @@ -11,18 +11,18 @@ - + - + - - + + diff --git a/src/js/modules/file/open.js b/src/js/modules/file/open.js index 743e9d4..0fea7d2 100644 --- a/src/js/modules/file/open.js +++ b/src/js/modules/file/open.js @@ -309,7 +309,7 @@ class File_open_class { } /** - * check if url has url params, for example: http://viliusle.github.io/miniPaint/?image=http://i.imgur.com/ATda8Ae.jpg + * check if url has url params, for example: https://viliusle.github.io/miniPaint/?image=http://i.imgur.com/ATda8Ae.jpg */ maybe_file_open_url_handler() { var url_params = this.Helper.get_url_parameters(); diff --git a/src/js/modules/help/about.js b/src/js/modules/help/about.js index efdb2a1..7807899 100644 --- a/src/js/modules/help/about.js +++ b/src/js/modules/help/about.js @@ -20,8 +20,8 @@ class Help_about_class { {title: "Description:", value: "Online image editor."}, {title: "Author:", value: 'ViliusL'}, {title: "Email:", html: '' + email + ''}, - {title: "GitHub:", html: 'http://github.com/viliusle/miniPaint'}, - {title: "Website:", html: 'http://viliusle.github.io/miniPaint/'}, + {title: "GitHub:", html: 'https://github.com/viliusle/miniPaint'}, + {title: "Website:", html: 'https://viliusle.github.io/miniPaint/'}, ], }; this.POP.show(settings);