summaryrefslogtreecommitdiff
path: root/modules/throttle.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/throttle.module')
-rw-r--r--modules/throttle.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/throttle.module b/modules/throttle.module
index 980b79fa1..18226523d 100644
--- a/modules/throttle.module
+++ b/modules/throttle.module
@@ -113,7 +113,7 @@ function throttle_help($section) {
<li>administer throttle at <a href="%admin-settings-throttle">administer &gt;&gt; settings &gt;&gt; throttle</a>.</li>
</ul>
', array('%admin-modules' => url('admin/modules'), '%admin-block' => url('admin/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://www.drupal.org/handbook/modules/throttle/')) .'</p>';
+ $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>';
return $output;
case 'admin/modules#description':
return t('Handles the auto-throttling mechanism, to control site congestion.');