Update home page links to github
parent
211d205ecd
commit
c6255aaceb
|
@ -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>
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue