Resolve #1301 startup pointing at old bitly URL

pull/1297/merge
John McLear 2012-12-26 00:17:43 +00:00
parent 4534d20c80
commit 746396951d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ exports.createServer = function () {
} }
console.log("Report bugs at https://github.com/ether/etherpad-lite/issues") console.log("Report bugs at https://github.com/ether/etherpad-lite/issues")
serverName = "Etherpad-Lite " + version + " (http://j.mp/ep-lite)"; serverName = "Etherpad-Lite " + version + " (http://etherpad.org)";
exports.restartServer(); exports.restartServer();