From 99d0356b58e6ba3877050f44da516e7b65f3b589 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Wed, 8 Jan 2025 11:22:57 +0100 Subject: [PATCH] index: Add #changelog to /changelog redirect --- www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.php b/www/index.php index 113a885..3d10569 100644 --- a/www/index.php +++ b/www/index.php @@ -20,7 +20,7 @@ switch ($_SERVER['PATH_INFO']) { break; case '/changelog': header("Status: 303"); - header("Location: https://git.necronda.net/winzer/elwig/src/branch/main/CHANGELOG.md"); + header("Location: https://git.necronda.net/winzer/elwig/src/branch/main/CHANGELOG.md#changelog"); break; case '/vcs': case '/git':