Update home page links to github

This commit is contained in:
Jeff Schiller
2015-12-03 00:24:28 -08:00
parent 211d205ecd
commit c6255aaceb
2 changed files with 2 additions and 2 deletions

View File

@@ -111,7 +111,7 @@ var clearSvgContentElement = canvas.clearSvgContentElement = function() {
}).appendTo(svgroot);
// TODO: make this string optional and set by the client
var comment = svgdoc.createComment(" Created with SVG-edit - http://svg-edit.googlecode.com/ ");
var comment = svgdoc.createComment(" Created with SVG-edit - https://github.com/SVG-Edit/svgedit");
svgcontent.appendChild(comment);
};
clearSvgContentElement();