fix(developer): Fix invalid go.php mappings

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen
2024-07-02 21:38:09 +02:00
parent b266e7d22f
commit 8904ccddae

4
go.php
View File

@@ -51,9 +51,9 @@ $mapping = array(
'developer-manual' => '/developer_manual',
'developer-backports' => '/developer_manual/getting_started/development_process.html#bugfixes',
'developer-code-integrity'=> '/developer_manual/app/code_signing.html',
'developer-code-integrity'=> '/developer_manual/app_publishing_maintenance/code_signing.html',
'developer-css' => '/developer_manual/html_css_design/css.html',
'developer-theming' => '/developer_manual/core/theming.html',
'developer-theming' => '/developer_manual/basics/front-end/theming.html',
'user' => '/user_manual',
'user-2fa' => '/user_manual/en/user_2fa.html',