summaryrefslogtreecommitdiffstats
path: root/js/wwwsqldesigner.js
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 /js/wwwsqldesigner.js
parent1bd2b93c6f5c988726ab5e4754bdc167b1f23b10 (diff)
downloadwwwsqldesigner-9815a3ba73fe016be28c29df21b80d23ec51240e.zip
wwwsqldesigner-9815a3ba73fe016be28c29df21b80d23ec51240e.tar.gz
wwwsqldesigner-9815a3ba73fe016be28c29df21b80d23ec51240e.tar.bz2
google->github
Diffstat (limited to 'js/wwwsqldesigner.js')
-rw-r--r--js/wwwsqldesigner.js2
1 files changed, 1 insertions, 1 deletions
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';