diff options
Diffstat (limited to 'modules/block.module')
-rw-r--r-- | modules/block.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/block.module b/modules/block.module index 449c46910..548be120e 100644 --- a/modules/block.module +++ b/modules/block.module @@ -34,7 +34,7 @@ function block_help($section) { <li>add a block at <a href="%admin-block-add">administer >> blocks >> add block</a>.</li> </ul> ', array('%admin-block' => url('admin/block'), '%admin-block-add' => url('admin/block/add'))); - $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%block">Block page</a>.', array('%block' => 'http://www.drupal.org/handbook/modules/block/')) .'</p>'; + $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%block">Block page</a>.', array('%block' => 'http://drupal.org/handbook/modules/block/')) .'</p>'; return $output; case 'admin/modules#description': return t('Controls the boxes that are displayed around the main content.'); |