From 46ebc84b215ceb19f710cac9f161437f72cea108 Mon Sep 17 00:00:00 2001 From: Oskar <git@oskar.lol> Date: Wed, 28 Dec 2022 16:31:20 +0100 Subject: [PATCH] Fix streaming link to always point to most recent/current event --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 52ecbc6..86952ce 100644 --- a/index.html +++ b/index.html @@ -261,7 +261,7 @@ </section> </a> - <a class="block-link" href="https://streaming.media.ccc.de/divoc"> + <a class="block-link" href="https://streaming.media.ccc.de/"> <section data-lang="en"> <h2>Livestreams and Recordings</h2> <p>If you’re not in the audience, the video and audio streams provided by the VOC are by far the easiest solution. You’ll find a choice of translated streams in the <b>Formats</b> tab.</p> -- GitLab