mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
Change everywhere the link to https://etherpad.org (it was plain http)
This commit is contained in:
parent
a6656102d8
commit
705cc6f5e4
6 changed files with 13 additions and 13 deletions
|
@ -12,7 +12,7 @@ var serverName;
|
|||
exports.createServer = function () {
|
||||
console.log("Report bugs at https://github.com/ether/etherpad-lite/issues")
|
||||
|
||||
serverName = `Etherpad ${settings.getGitCommit()} (http://etherpad.org)`;
|
||||
serverName = `Etherpad ${settings.getGitCommit()} (https://etherpad.org)`;
|
||||
|
||||
console.log(`Your Etherpad version is ${settings.getEpVersion()} (${settings.getGitCommit()})`);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue