Change everywhere the link to https://etherpad.org (it was plain http)

This commit is contained in:
muxator 2019-04-16 00:54:54 +02:00
parent a6656102d8
commit 705cc6f5e4
6 changed files with 13 additions and 13 deletions

View file

@ -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()})`);

View file

@ -1,7 +1,7 @@
{
"name": "ep_etherpad-lite",
"description": "A Etherpad based on node.js",
"homepage": "http://etherpad.org",
"homepage": "https://etherpad.org",
"keywords": [
"etherpad",
"realtime",