diff options
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r-- | modules/comment/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 50478287e..133badfe8 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -78,7 +78,7 @@ function comment_help($section) { <li>administer comments <a href="%admin-comment-configure"> administer >> comments >> configure</a>.</li> </ul> ', array('%admin-access' => url('admin/access'), '%admin-comment-configure' => url('admin/comment/configure'))); - $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%comment">Comment page</a>.', array('%comment' => 'http://www.drupal.org/handbook/modules/comment/')) .'</p>'; + $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%comment">Comment page</a>.', array('%comment' => 'http://drupal.org/handbook/modules/comment/')) .'</p>'; return $output; case 'admin/modules#description': return t('Allows users to comment on and discuss published content.'); |