diff options
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/fossgis20/config.php | 2 | ||||
-rw-r--r-- | configs/conferences/fossgis2019/config.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/fossgis20/config.php b/configs/conferences/fossgis20/config.php index 93424e2..4fa86b4 100644 --- a/configs/conferences/fossgis20/config.php +++ b/configs/conferences/fossgis20/config.php @@ -96,7 +96,7 @@ $CONFIG['CONFERENCE'] = array( * * Wird diese Zeile auskommentiert, wird der Link nicht angezeigt */ - 'RELIVE_JSON' => 'http://relive.c3voc.de/relive/fossgis20/index.json', + 'RELIVE_JSON' => 'https://cdn.c3voc.de/relive/fossgis20/index.json', ); /** diff --git a/configs/conferences/fossgis2019/config.php b/configs/conferences/fossgis2019/config.php index 5beb7e9..09c881c 100644 --- a/configs/conferences/fossgis2019/config.php +++ b/configs/conferences/fossgis2019/config.php @@ -96,7 +96,7 @@ $CONFIG['CONFERENCE'] = array( * * Wird diese Zeile auskommentiert, wird der Link nicht angezeigt */ - 'RELIVE_JSON' => 'http://relive.c3voc.de/relive/fossgis2019/index.json', + 'RELIVE_JSON' => 'https://cdn.c3voc.de/relive/fossgis2019/index.json', ); /** |