aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/jh-ulm
diff options
context:
space:
mode:
Diffstat (limited to 'configs/conferences/jh-ulm')
-rw-r--r--configs/conferences/jh-ulm/config.php2
-rwxr-xr-xconfigs/conferences/jh-ulm/download.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/jh-ulm/config.php b/configs/conferences/jh-ulm/config.php
index 0d5a01b..46c1c82 100644
--- a/configs/conferences/jh-ulm/config.php
+++ b/configs/conferences/jh-ulm/config.php
@@ -97,7 +97,7 @@ $CONFIG['CONFERENCE'] = array(
* Wird beides aktiviert, hat der externe Link Vorrang!
* Wird beides auskommentiert, wird der Link nicht angezeigt
*/
- 'RELIVE_JSON' => 'http://live.ber.c3voc.de/relive/jh/index.json',
+ 'RELIVE_JSON' => 'http://relive.c3voc.de/relive/jh/index.json',
/**
* APCU-Cache-Zeit in Sekunden
diff --git a/configs/conferences/jh-ulm/download.sh b/configs/conferences/jh-ulm/download.sh
index 49cfbcd..5bf45cc 100755
--- a/configs/conferences/jh-ulm/download.sh
+++ b/configs/conferences/jh-ulm/download.sh
@@ -4,6 +4,6 @@
wget --no-check-certificate -q "https://jh.kohl.okfn.de/schedule-jh.xml" -O /tmp/jh18-ulm-schedule.xml && mv /tmp/jh18-ulm-schedule.xml schedule.xml
# relive
-wget -q "//live.ber.c3voc.de/relive/jh/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json
+wget -q "//relive.c3voc.de/relive/jh/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json
rm -f /tmp/vod.json
rm -f /tmp/jh18-ulm-schedule.xml