diff --git a/core/modules/system/system.install b/core/modules/system/system.install index 3ef24a5a1b9..cbdafbc9f43 100644 --- a/core/modules/system/system.install +++ b/core/modules/system/system.install @@ -276,7 +276,7 @@ function system_requirements($phase) { if (empty($drivers)) { $database_ok = FALSE; $pdo_message = t('Your web server does not appear to support any common PDO database extensions. Check with your hosting provider to see if they support PDO (PHP Data Objects) and offer any databases that Drupal supports.', array( - ':drupal-databases' => 'https://www.drupal.org/node/270#database', + ':drupal-databases' => 'https://www.drupal.org/requirements/database', )); } // Make sure the native PDO extension is available, not the older PEAR