=== modified file 'share/extensions/uniconv-ext.py' --- share/extensions/uniconv-ext.py 2017-01-22 15:37:47 +0000 +++ share/extensions/uniconv-ext.py 2017-01-24 08:50:57 +0000 @@ -55,7 +55,7 @@ inkex.errormsg(_('You need to install the UniConvertor software.\n'+\ 'For GNU/Linux: install the package python-uniconvertor.\n'+\ 'For Windows: download it from\n'+\ - 'http://sk1project.org/modules.php?name=Products&product=uniconvertor\n'+\ + 'https://sk1project.net/modules.php?name=Products&product=uniconvertor&op=download\n'+\ 'and install into your Inkscape\'s Python location\n')) sys.exit(1) cmd = 'python -c "import uniconvertor; uniconvertor.uniconv_run()"' === modified file 'share/extensions/uniconv_output.py' --- share/extensions/uniconv_output.py 2017-01-22 15:37:47 +0000 +++ share/extensions/uniconv_output.py 2017-01-24 08:50:36 +0000 @@ -122,7 +122,7 @@ inkex.errormsg(_('You need to install the UniConvertor software.\n'+\ 'For GNU/Linux: install the package python-uniconvertor.\n'+\ 'For Windows: download it from\n'+\ - 'http://sk1project.org/modules.php?name=Products&product=uniconvertor\n'+\ + 'https://sk1project.net/modules.php?name=Products&product=uniconvertor&op=download\n'+\ 'and install into your Inkscape\'s Python location\n')) sys.exit(1) cmd = 'python -c "import uniconvertor; uniconvertor.uniconv_run();"'