From 729fa6c11b604dc549fb8385a03fb9af28ca68d3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 7 Aug 2006 15:04:16 +0000 Subject: - Patch #77422 by timcn: corrected various paths in the documentation. --- modules/watchdog/watchdog.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/watchdog') 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 .= '

'. 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.') .'

'; $output .= t('

You can

-', 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 .= '

'. t('For more information please read the configuration and customization handbook Watchdog page.', array('%watchdog' => 'http://drupal.org/handbook/modules/watchdog/')) .'

'; return $output; case 'admin/settings/modules#description': -- cgit v1.2.3