summaryrefslogtreecommitdiff
path: root/modules/legacy.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/legacy.module')
-rw-r--r--modules/legacy.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/legacy.module b/modules/legacy.module
index 2b3c4b3c1..f03db2eb1 100644
--- a/modules/legacy.module
+++ b/modules/legacy.module
@@ -25,7 +25,7 @@ function legacy_help($section) {
</ul>
');
$output .= '<p>'. t('Legacy module has no configurable options.') .'</p>';
- $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%legacy">Legacy page</a>.', array('%legacy' => 'http://www.drupal.org/handbook/modules/legacy/')) .'</p>';
+ $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%legacy">Legacy page</a>.', array('%legacy' => 'http://drupal.org/handbook/modules/legacy/')) .'</p>';
return $output;
case 'admin/modules#description':
return t('Provides legacy handlers for upgrades from older Drupal installations.');