Update home page links to github

master
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

@ -162,7 +162,7 @@ by creating the following file and adding by calls to svgEditor.setConfig -->
</ul>
<p>
<a href="http://svg-edit.googlecode.com/" target="_blank">
<a href="https://github.com/SVG-Edit/svgedit" target="_blank">
SVG-edit Home Page
</a>
</p>

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();