From 3603fe1bd8e3370c0ae86b557f2a08c77fd48efb Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 21 Feb 2006 18:46:54 +0000 Subject: - Patch #49912: www.drupal.org -> drupal.org. (Today's critical bugfix #5.) --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 1785a2837..69b831752 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -22,7 +22,7 @@ function system_help($section) {
  • administer cache settings in administer >> settings.
  • ', array('%file-cron' => 'cron.php', '%external-http-drupal-org-cron' => 'http://drupal.org/cron', '%admin-settings' => url('admin/settings'))); - $output .= '

    '. t('For more information please read the configuration and customization handbook System page.', array('%system' => 'http://www.drupal.org/handbook/modules/system/')) .'

    '; + $output .= '

    '. t('For more information please read the configuration and customization handbook System page.', array('%system' => 'http://drupal.org/handbook/modules/system/')) .'

    '; return $output; case 'admin/modules#description': return t('Handles general site configuration for administrators.'); -- cgit v1.2.3