From c6255aaceb357aea5c79d1d006933767b47a738e Mon Sep 17 00:00:00 2001 From: Jeff Schiller Date: Thu, 3 Dec 2015 00:24:28 -0800 Subject: [PATCH] Update home page links to github --- editor/svg-editor.html | 2 +- editor/svgcanvas.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/svg-editor.html b/editor/svg-editor.html index 51f3d7d3..efc8315a 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -162,7 +162,7 @@ by creating the following file and adding by calls to svgEditor.setConfig -->

- + SVG-edit Home Page

diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index eeb96524..765362b6 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -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();