From 4942807a9e4cca460406cac42e31d8964a5e40dd Mon Sep 17 00:00:00 2001
From: Kartagis <Kartagis@742906.no-reply.drupal.org>
Date: Tue, 10 Nov 2015 15:22:00 +0200
Subject: [PATCH] Fixes issue #2527324 by Kartagis, naveenvalecha: The install
 message referencing insufficient PDO drivers links to the wrong documentation
 page

---
 core/modules/system/system.install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/system/system.install b/core/modules/system/system.install
index c9e8175..d1900c2 100644
--- a/core/modules/system/system.install
+++ b/core/modules/system/system.install
@@ -274,7 +274,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 <a href=":drupal-databases">Drupal supports</a>.', 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
-- 
1.9.1

