mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
Resolve #1301 startup pointing at old bitly URL
This commit is contained in:
parent
4534d20c80
commit
746396951d
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue