diff options
Diffstat (limited to 'modules/help/help.module')
-rw-r--r-- | modules/help/help.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/help/help.module b/modules/help/help.module index 0624ed196..b2a2a52d8 100644 --- a/modules/help/help.module +++ b/modules/help/help.module @@ -96,7 +96,7 @@ function help_help($section) { </ul> '); $output .= '<p>'. t('You can not administer the help system.') .'</p>'; - $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%help">Help page</a>.', array('%help' => 'http://www.drupal.org/handbook/modules/help/')) .'</p>'; + $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%help">Help page</a>.', array('%help' => 'http://drupal.org/handbook/modules/help/')) .'</p>'; return $output; case 'admin/modules#description': return t('Manages the display of online help.'); |