From e6c01c9188281f074a3df5429b05941f94dc6467 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 4 Apr 2023 08:52:26 +0200 Subject: [PATCH] feat(dev-manual): Add go.php shortcut for the backports doc Signed-off-by: Christoph Wurst --- go.php | 1 + 1 file changed, 1 insertion(+) diff --git a/go.php b/go.php index 365acfb6a..cb41919bb 100644 --- a/go.php +++ b/go.php @@ -45,6 +45,7 @@ $mapping = array( 'admin-warnings' => '/admin_manual/configuration_server/security_setup_warnings.html', 'admin-workflowengine' => '/admin_manual/file_workflows/index.html', + 'developer-backports' => '/developer_manual/getting_started/development_process.html#bugfixes', 'developer-code-integrity'=> '/developer_manual/app/code_signing.html', 'developer-manual' => '/developer_manual', 'developer-theming' => '/developer_manual/core/theming.html',