summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndrej Zara <ondrej.zara@firma.seznam.cz>2015-04-28 15:11:26 +0200
committerOndrej Zara <ondrej.zara@firma.seznam.cz>2015-04-28 15:11:26 +0200
commit9815a3ba73fe016be28c29df21b80d23ec51240e (patch)
tree66afb0fb85c13c06d92ae2ce5522727cb4e66d99
parent1bd2b93c6f5c988726ab5e4754bdc167b1f23b10 (diff)
downloadwwwsqldesigner-9815a3ba73fe016be28c29df21b80d23ec51240e.zip
wwwsqldesigner-9815a3ba73fe016be28c29df21b80d23ec51240e.tar.gz
wwwsqldesigner-9815a3ba73fe016be28c29df21b80d23ec51240e.tar.bz2
google->github
-rw-r--r--README.md4
-rw-r--r--index.html2
-rw-r--r--js/wwwsqldesigner.js2
3 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 955f971..51c2a85 100644
--- a/README.md
+++ b/README.md
@@ -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/
diff --git a/index.html b/index.html
index 763b8ef..a956b10 100644
--- a/index.html
+++ b/index.html
@@ -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';