diff --git a/sitzung/index.php b/sitzung/index.php index bb9d650..d28c1f2 100644 --- a/sitzung/index.php +++ b/sitzung/index.php @@ -3,7 +3,7 @@ date_default_timezone_set("CET"); $date = date("Ymd"); -header('Location: https://pad.wiai.de/p/sitzung'.$date); +header('Location: https://hackmd.wiai.de/p/sitzung'.$date); exit; ?>