mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 18:06:15 -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()})`);
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue