From 70605da0463d9658863e4cce2ef0aefedae7fc96 Mon Sep 17 00:00:00 2001 From: Florian Knoch Date: Wed, 5 Jun 2024 11:15:38 +0200 Subject: [PATCH] Fix link --- hello/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello/index.html b/hello/index.html index 49156ce..cd5a1e2 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/sitzung20240604?both#' + window.location.href = 'https://hackmd.stuve-bamberg.de/sitzung20240613?both#'