From c7450eb76acadc779b53d68e3647591238906ee1 Mon Sep 17 00:00:00 2001 From: Florian Knoch Date: Tue, 15 Oct 2024 22:27:15 +0200 Subject: [PATCH] Update meeting link --- hello/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello/index.html b/hello/index.html index ceeae96..c197919 100644 --- a/hello/index.html +++ b/hello/index.html @@ -39,7 +39,7 @@ let day = date.getDate() > 9 ? date.getDate() : '0' + date.getDate(); let redirectLocation = `https://hackmd.stuve-bamberg.de/sitzung${year}${month}${day}?both`; // window.location.href = redirectLocation; - window.location.href = 'https://hackmd.stuve-bamberg.de/sitzung20241015' + window.location.href = 'https://hackmd.stuve-bamberg.de/sitzung20241024'