aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/conferences/jh16/download.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/jh16/download.sh b/configs/conferences/jh16/download.sh
index 1ad9b5c..53fc9c8 100755
--- a/configs/conferences/jh16/download.sh
+++ b/configs/conferences/jh16/download.sh
@@ -1,8 +1,8 @@
#!/bin/sh
# fahrplan
-wget --no-check-certificate -q "http://data.c3voc.de/schedule/jh16/schedule-nord.xml" -O /tmp/jh16-nord-schedule.xml && mv /tmp/jh16-nord-schedule.xml schedule.xml
+wget --no-check-certificate -q "http://data.c3voc.de/schedule/jh16/schedule-berlin.xml" -O /tmp/jh16-berlin-schedule.xml && mv /tmp/jh16-berlin-schedule.xml schedule.xml
# relive
-wget -q "http://live.dus.c3voc.de/relive/jh-sued-2016/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json
+wget -q "http://live.dus.c3voc.de/relive/jh-berlin-2016/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json
rm -f /tmp/vod.json