summaryrefslogtreecommitdiffstats
path: root/etherpad/src/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'etherpad/src/main.js')
-rw-r--r--etherpad/src/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/etherpad/src/main.js b/etherpad/src/main.js
index 9cc1db2..ff46fb1 100644
--- a/etherpad/src/main.js
+++ b/etherpad/src/main.js
@@ -269,7 +269,7 @@ function checkHost() {
}
// redirect to etherpad.com
- var newurl = "http://etherpad.com"+request.path;
+ var newurl = "http://pad.spline.inf.fu-berlin.de"+request.path;
if (request.query) { newurl += "?"+request.query; }
response.redirect(newurl);
}