index: Add #changelog to /changelog redirect
This commit is contained in:
@ -20,7 +20,7 @@ switch ($_SERVER['PATH_INFO']) {
|
|||||||
break;
|
break;
|
||||||
case '/changelog':
|
case '/changelog':
|
||||||
header("Status: 303");
|
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;
|
break;
|
||||||
case '/vcs':
|
case '/vcs':
|
||||||
case '/git':
|
case '/git':
|
||||||
|
Reference in New Issue
Block a user