Switch imagelib to https urls, update project to be hosted over https
This commit is contained in:
@@ -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.'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user