From fc6d63e1dd03e3a5598d4be0467176fab6cbd62b Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 8 Aug 2017 13:49:56 +0200 Subject: [PATCH] Add update forwarding to go.php --- go.php | 1 + 1 file changed, 1 insertion(+) diff --git a/go.php b/go.php index 2e869604b..2437d0d77 100644 --- a/go.php +++ b/go.php @@ -30,6 +30,7 @@ $mapping = array( 'admin-sso' => '/admin_manual/configuration_server/sso_configuration.html', 'admin-php-opcache' => '/admin_manual/configuration_server/server_tuning.html#enable-php-opcache', 'admin-mysql-utf8mb4' => '/admin_manual/configuration_database/mysql_4byte_support.html', + 'admin-update' => '/admin_manual/maintenance/update.html', 'developer-code-integrity'=> '/developer_manual/app/code_signing.html', 'developer-theming' => '/developer_manual/core/theming.html',