aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin2020-10-29 19:56:36 +0100
committerDaniel Molkentin2020-10-29 19:56:36 +0100
commit39a1ff46a413f69d28c837210250db7955f18c68 (patch)
tree7fed09e8294f1216acdbc230444da4c6e0d2ad40
parent4d0841f99c52f355aaf3dafcaebb58d5184c6883 (diff)
fix relive url
-rw-r--r--configs/conferences/chaosradio/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/chaosradio/config.php b/configs/conferences/chaosradio/config.php
index 58dadc9..7d05fc2 100644
--- a/configs/conferences/chaosradio/config.php
+++ b/configs/conferences/chaosradio/config.php
@@ -123,7 +123,7 @@ $CONFIG['CONFERENCE'] = array(
*
* Wird diese Zeile auskommentiert, wird der Link nicht angezeigt
*/
- 'RELIVE_JSON' => 'http://live.dus.c3voc.de/relive/chaosradio/index.json',
+ 'RELIVE_JSON' => 'http://relive.c3voc.de/relive/chaosradio/index.json',
);
/**