diff options
author | derpeter | 2021-08-18 22:43:48 +0200 |
---|---|---|
committer | derpeter | 2021-08-18 22:43:48 +0200 |
commit | 3889a90dcdcab75423acc929f80ec2df2889d84b (patch) | |
tree | 7687a8aafeb14191022f02dd6da7ec2470bdf2a7 /configs | |
parent | 58019b8bfd017d65d77581a913fc2de0aa8ab4de (diff) |
fix schedule url
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/bornhack21/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/bornhack21/config.php b/configs/conferences/bornhack21/config.php index 42207a8..f148b31 100644 --- a/configs/conferences/bornhack21/config.php +++ b/configs/conferences/bornhack21/config.php @@ -355,7 +355,7 @@ $CONFIG['SCHEDULE'] = array( * aufhören zu funktionieren. Wenn die Quelle unverlässlich ist ;) sollte ein * externer HTTP-Cache vorgeschaltet werden. */ - 'URL' => 'https://cdn.c3voc.de/relive/bornhack21/index.json', + 'URL' => 'https://bornhack.dk/bornhack-2021/program/frab.xml', /** * Nur die angegebenen Räume aus dem Fahrplan beachten |