diff options
Diffstat (limited to 'modules/watchdog.module')
-rw-r--r-- | modules/watchdog.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/watchdog.module b/modules/watchdog.module index 2411b5ae4..7bd72f8ae 100644 --- a/modules/watchdog.module +++ b/modules/watchdog.module @@ -26,7 +26,7 @@ function watchdog_help($section) { <li>view watchdog event logs at <a href="%admin-watchdog-events">administer >> watchdog >> events</a>.</li> </ul> ', array('%admin-watchdog' => url('admin/watchdog'), '%admin-watchdog-events' => url('admin/watchdog/events'))); - $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%watchdog">Watchdog page</a>.', array('%watchdog' => 'http://www.drupal.org/handbook/modules/watchdog/')) .'</p>'; + $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%watchdog">Watchdog page</a>.', array('%watchdog' => 'http://drupal.org/handbook/modules/watchdog/')) .'</p>'; return $output; case 'admin/modules#description': return t('Logs and records system events.'); |