From fca8c742f99adc1bea52beaf2fd2731028a5e87d Mon Sep 17 00:00:00 2001 From: Philip Rogers Date: Tue, 1 Dec 2015 22:15:28 -0800 Subject: [PATCH] Switch imagelib to https urls, update project to be hosted over https --- README.md | 2 +- editor/extensions/ext-imagelib.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8658578c..a3d53930 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ === SVG-edit is a fast, web-based, javascript-driven SVG drawing editor that works in any modern browser. -### [Try SVG-edit here](http://svg-edit.github.io/svgedit/releases/svg-edit-2.8/svg-editor.html) +### [Try SVG-edit here](https://svg-edit.github.io/svgedit/releases/svg-edit-2.8/svg-editor.html) (Also available as a [download](https://github.com/SVG-Edit/svgedit/releases/download/svg-edit-2.8/svg-edit-2.8.zip) in [releases](https://github.com/SVG-Edit/svgedit/releases)). diff --git a/editor/extensions/ext-imagelib.js b/editor/extensions/ext-imagelib.js index 04e77c1d..f26e5c42 100644 --- a/editor/extensions/ext-imagelib.js +++ b/editor/extensions/ext-imagelib.js @@ -30,12 +30,12 @@ svgEditor.addExtension("imagelib", function() {'use strict'; }, { name: 'IAN Symbol Libraries', - url: 'http://ian.umces.edu/symbols/catalog/svgedit/album_chooser.php', + url: 'https://ian.umces.edu/symbols/catalog/svgedit/album_chooser.php', description: 'Free library of illustrations' }, { name: 'Openclipart', - url: 'http://openclipart.org/svgedit', + url: 'https://openclipart.org/svgedit', description: 'Share and Use Images. Over 50,000 Public Domain SVG Images and Growing.' } ];