summaryrefslogtreecommitdiff
path: root/modules/throttle
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-08-07 15:04:16 +0000
committerDries Buytaert <dries@buytaert.net>2006-08-07 15:04:16 +0000
commit729fa6c11b604dc549fb8385a03fb9af28ca68d3 (patch)
treea88802317b1d79f9fd037e7c978ae4b1a0068e30 /modules/throttle
parentbda6fa2b715199e4f9b25b3bfcd926e10d33a89c (diff)
downloadbrdo-729fa6c11b604dc549fb8385a03fb9af28ca68d3.tar.gz
brdo-729fa6c11b604dc549fb8385a03fb9af28ca68d3.tar.bz2
- Patch #77422 by timcn: corrected various paths in the documentation.
Diffstat (limited to 'modules/throttle')
-rw-r--r--modules/throttle/throttle.module6
1 files changed, 3 insertions, 3 deletions
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 .= '<p>'. 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. ') .'</p>';
$output .= t('<p>You can</p>
<ul>
-<li>enable throttle for modules at <a href="%admin-modules">administer &gt;&gt; module</a>.</li>
-<li>enable throttle for blocks at <a href="%admin-block">administer &gt;&gt; block</a>.</li>
-<li>administer throttle at <a href="%admin-settings-throttle">administer &gt;&gt; settings &gt;&gt; throttle</a>.</li>
+<li>enable throttle for modules at <a href="%admin-modules">administer &gt;&gt; site configuration &gt;&gt; modules</a>.</li>
+<li>enable throttle for blocks at <a href="%admin-block">administer &gt;&gt; site building &gt;&gt; blocks</a>.</li>
+<li>administer throttle at <a href="%admin-settings-throttle">administer &gt;&gt; site configuration &gt;&gt; throttle</a>.</li>
</ul>
', array('%admin-modules' => url('admin/settings/modules'), '%admin-block' => url('admin/build/block'), '%admin-settings-throttle' => url('admin/settings/throttle')));
$output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%throttle">Throttle page</a>.', array('%throttle' => 'http://drupal.org/handbook/modules/throttle/')) .'</p>';