diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-08-07 15:04:16 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-08-07 15:04:16 +0000 |
commit | 729fa6c11b604dc549fb8385a03fb9af28ca68d3 (patch) | |
tree | a88802317b1d79f9fd037e7c978ae4b1a0068e30 /modules/watchdog | |
parent | bda6fa2b715199e4f9b25b3bfcd926e10d33a89c (diff) | |
download | brdo-729fa6c11b604dc549fb8385a03fb9af28ca68d3.tar.gz brdo-729fa6c11b604dc549fb8385a03fb9af28ca68d3.tar.bz2 |
- Patch #77422 by timcn: corrected various paths in the documentation.
Diffstat (limited to 'modules/watchdog')
-rw-r--r-- | modules/watchdog/watchdog.module | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module index f7f2c59f8..c81b6e352 100644 --- a/modules/watchdog/watchdog.module +++ b/modules/watchdog/watchdog.module @@ -22,10 +22,10 @@ function watchdog_help($section) { $output .= '<p>'. t('The watchdog log is simply a list of recorded events containing usage data, performance data, errors, warnings and operational information. Administrators should check the watchdog report on a regular basis to ensure their site is working properly.') .'</p>'; $output .= t('<p>You can</p> <ul> -<li>view watchdog logs at <a href="%admin-watchdog">administer >> watchdog</a>.</li> -<li>view watchdog event logs at <a href="%admin-watchdog-events">administer >> watchdog >> events</a>.</li> +<li>view watchdog logs at <a href="%admin-watchdog">administer >> logs >> watchdog</a>.</li> +<li>view watchdog event logs at <a href="%admin-watchdog-events">administer >> logs >> watchdog >> events</a>.</li> </ul> -', array('%admin-watchdog' => url('admin/watchdog'), '%admin-watchdog-events' => url('admin/watchdog/events'))); +', array('%admin-watchdog' => url('admin/logs/watchdog'), '%admin-watchdog-events' => url('admin/logs/watchdog/events'))); $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/settings/modules#description': |