=== modified file 'modules/system/system.install'
--- modules/system/system.install	2008-12-03 16:32:22 +0000
+++ modules/system/system.install	2008-12-07 22:39:56 +0000
@@ -88,7 +88,7 @@
         $description .= ' ' . $t('Contact your system administrator or hosting provider for assistance with increasing your PHP memory limit.');
       }
 
-      $requirements['php_memory_limit']['description'] = $description . ' ' . $t('See the <a href="@url">Drupal requirements</a> for more information.', array('@url' => 'http://drupal.org/requirements'));
+      $requirements['php_memory_limit']['description'] = $description . ' ' . $t('See the <a href="@url">Drupal requirements</a> or the online handbook entry for <a href="@php_memory_limit-handbook">increasing the PHP memory limit</a> for more information.', array('@url' => 'http://drupal.org/requirements', '@php_memory_limit-handbook' => 'http://drupal.org/node/207036'));
       $requirements['php_memory_limit']['severity'] = REQUIREMENT_WARNING;
     }
   }
