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/throttle/throttle.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/throttle/throttle.module') diff --git a/modules/throttle/throttle.module b/modules/throttle/throttle.module index 52aa2ddfc..8526e2ad0 100644 --- a/modules/throttle/throttle.module +++ b/modules/throttle/throttle.module @@ -125,9 +125,9 @@ function throttle_help($section) { $output .= '

'. t('The congestion control throttle can be automatically enabled when the number of anonymous or authenticated users currently visiting the site exceeds the specified threshold. ') .'

'; $output .= t('

You can

', array('%admin-modules' => url('admin/settings/modules'), '%admin-block' => url('admin/build/block'), '%admin-settings-throttle' => url('admin/settings/throttle'))); $output .= '

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

'; -- cgit v1.2.3