index: Add #changelog to /changelog redirect

This commit is contained in:
2025-01-08 11:22:57 +01:00
parent a6072fa465
commit 99d0356b58

View File

@ -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':