diff options
author | Daniel Meißner | 2017-10-28 11:51:22 +0200 |
---|---|---|
committer | Daniel Meißner | 2017-10-28 11:51:22 +0200 |
commit | b908dc14ef88bf3a0be26376ac5d690444df0228 (patch) | |
tree | aa7b13dc66fc2e4807ef7d9ef410780c98141a66 /configs/conferences/wikidatacon2017 | |
parent | a868ff86befff92e1627deb141d9d9e03c1b2550 (diff) |
wikidatacon: next try to fix relive json url
Diffstat (limited to 'configs/conferences/wikidatacon2017')
-rwxr-xr-x | configs/conferences/wikidatacon2017/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/wikidatacon2017/config.php b/configs/conferences/wikidatacon2017/config.php index 80b621f..192a75b 100755 --- a/configs/conferences/wikidatacon2017/config.php +++ b/configs/conferences/wikidatacon2017/config.php @@ -96,7 +96,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/wikiedatacon2017/index.json', + 'RELIVE_JSON' => 'http://live.ber.c3voc.de/relive/wikidatacon2017/index.json', /** * APCU-Cache-Zeit in Sekunden |