diff --git a/core/modules/system/system.install b/core/modules/system/system.install index 53c0f34..1781d3d 100644 --- a/core/modules/system/system.install +++ b/core/modules/system/system.install @@ -142,7 +142,7 @@ function system_requirements($phase) { ]; if (function_exists('phpinfo')) { $requirements['php']['description'][] = [ - '#markup' => t('For more information, view the phpinfo.', ['@link' => '../admin/reports/status/php']), + '#markup' => t('For more information, view the phpinfo.', ['@link' => '/admin/reports/status/php']), ]; } else {