This should fix #22 (google code moved to github)
authorTomas Mudrunka <tomas@mudrunka.cz>
Sat, 18 Jun 2016 14:09:50 +0000 (16:09 +0200)
committerTomas Mudrunka <tomas@mudrunka.cz>
Sat, 18 Jun 2016 14:09:50 +0000 (16:09 +0200)
script.js

index 127ab65b3903531dc919760b35611b51bdfae228..8d887fbb839da4a4e0434745c42ecbba89582de6 100644 (file)
--- a/script.js
+++ b/script.js
@@ -1,5 +1,5 @@
-var svgeditor_path = 'https://svg-edit.googlecode.com/svn/branches/stable/editor/';    //online stable
-//var svgeditor_path = 'https://svg-edit.googlecode.com/svn/trunk/editor/';    //online latest (unstable)
+var svgeditor_path = 'https://raw.githubusercontent.com/SVG-Edit/svgedit/stable/editor/';      //online stable
+//var svgeditor_path = 'https://raw.githubusercontent.com/SVG-Edit/svgedit/master/editor/';    //online latest (unstable)
 //var svgeditor_path = DOKU_BASE+'lib/plugins/svgedit/svg-edit/';              //offline
 
 //load embedapi.js
This page took 0.187594 seconds and 4 git commands to generate.