Resolve #1301 startup pointing at old bitly URL

This commit is contained in:
John McLear 2012-12-26 00:17:43 +00:00
parent 4534d20c80
commit 746396951d

View file

@ -27,7 +27,7 @@ exports.createServer = function () {
}
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();