diff options
author | Ondrej Zara <ondrej.zara@firma.seznam.cz> | 2015-04-28 15:11:26 +0200 |
---|---|---|
committer | Ondrej Zara <ondrej.zara@firma.seznam.cz> | 2015-04-28 15:11:26 +0200 |
commit | 9815a3ba73fe016be28c29df21b80d23ec51240e (patch) | |
tree | 66afb0fb85c13c06d92ae2ce5522727cb4e66d99 | |
parent | 1bd2b93c6f5c988726ab5e4754bdc167b1f23b10 (diff) | |
download | wwwsqldesigner-9815a3ba73fe016be28c29df21b80d23ec51240e.zip wwwsqldesigner-9815a3ba73fe016be28c29df21b80d23ec51240e.tar.gz wwwsqldesigner-9815a3ba73fe016be28c29df21b80d23ec51240e.tar.bz2 |
google->github
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | js/wwwsqldesigner.js | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -15,6 +15,10 @@ If you wish to support this project, <a href='https://www.paypal.com/cgi-bin/web # News +## Moved to GitHub + +Google Code is closing down, we are now completely migrated to GitHub. + ## Experimental real-time collaboration version Thanks to Bharat Patil: http://bharat.whiteboard.jit.su/ @@ -48,7 +48,7 @@ <hr/> <input type="button" id="options" /> - <a href="http://code.google.com/p/wwwsqldesigner/w/list" target="_blank"><input type="button" id="docs" value="" /></a> + <a href="https://github.com/ondras/wwwsqldesigner/wiki" target="_blank"><input type="button" id="docs" value="" /></a> </div> <div id="rubberband"></div> diff --git a/js/wwwsqldesigner.js b/js/wwwsqldesigner.js index dcd328a..7e0394d 100644 --- a/js/wwwsqldesigner.js +++ b/js/wwwsqldesigner.js @@ -2658,7 +2658,7 @@ SQL.Designer.prototype.findNamedTable = function(name) { /* find row specified a SQL.Designer.prototype.toXML = function() { var xml = '<?xml version="1.0" encoding="utf-8" ?>\n'; - xml += '<!-- SQL XML created by WWW SQL Designer, http://code.google.com/p/wwwsqldesigner/ -->\n'; + xml += '<!-- SQL XML created by WWW SQL Designer, https://github.com/ondras/wwwsqldesigner/ -->\n'; xml += '<!-- Active URL: ' + location.href + ' -->\n'; xml += '<sql>\n'; |