From 82f1abf7cfea712ee192d602d1e10b45e4ad0de3 Mon Sep 17 00:00:00 2001 From: John McLear Date: Tue, 30 Oct 2012 12:59:16 +0000 Subject: [PATCH] Don't depend on Bit.ly to get people to the EP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bit.ly is a problem if we change endpoints.  Using etherpad.org gives us full control.  https://github.com/Pita/etherpad-lite/issues/1099 --- settings.json.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.json.template b/settings.json.template index 7d175a34e..165726f40 100644 --- a/settings.json.template +++ b/settings.json.template @@ -27,7 +27,7 @@ */ //the default text of a pad - "defaultPadText" : "Welcome to Etherpad Lite!\n\nThis pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!\n\nEtherpad Lite on Github: http:\/\/j.mp/ep-lite\n", + "defaultPadText" : "Welcome to Etherpad Lite!\n\nThis pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!\n\nEtherpad Lite on Github: http:\/\/etherpad.org\n", /* Users must have a session to access pads. This effectively allows only group pads to be accessed. */ "requireSession" : false,