summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-04-30 05:20:36 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-04-30 05:20:36 +0000
commita2ab3fd876419cb2eddb2fb6d246439f0d362721 (patch)
tree12482ab789b8c38a5b9b5e864d697bab4a9df113 /update.php
parenta724915f82a0c25cabe60561cd9b4f7f72541734 (diff)
downloadbrdo-a2ab3fd876419cb2eddb2fb6d246439f0d362721.tar.gz
brdo-a2ab3fd876419cb2eddb2fb6d246439f0d362721.tar.bz2
#784864 by kbgordon7: Fixed Install Error message links to a changed handbook page.
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index 3e2725c79..1f58322d1 100644
--- a/update.php
+++ b/update.php
@@ -226,7 +226,7 @@ function update_info_page() {
update_task_list('info');
drupal_set_title('Drupal database update');
$token = drupal_get_token('update');
- $output = '<p>Use this utility to update your database whenever a new release of Drupal or a module is installed.</p><p>For more detailed information, see the <a href="http://drupal.org/node/258">Installation and upgrading handbook</a>. If you are unsure what these terms mean you should probably contact your hosting provider.</p>';
+ $output = '<p>Use this utility to update your database whenever a new release of Drupal or a module is installed.</p><p>For more detailed information, see the <a href="http://drupal.org/upgrade">upgrading handbook</a>. If you are unsure what these terms mean you should probably contact your hosting provider.</p>';
$output .= "<ol>\n";
$output .= "<li><strong>Back up your database</strong>. This process will change your database values and in case of emergency you may need to revert to a backup.</li>\n";
$output .= "<li><strong>Back up your code</strong>. Hint: when backing up module code, do not leave that backup in the 'modules' or 'sites/*/modules' directories as this may confuse Drupal's auto-discovery mechanism.</li>\n";