summaryrefslogtreecommitdiff
path: root/modules/ping.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/ping.module')
-rw-r--r--modules/ping.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ping.module b/modules/ping.module
index 1d06e78e8..dfc51f03f 100644
--- a/modules/ping.module
+++ b/modules/ping.module
@@ -21,7 +21,7 @@ function ping_help($section) {
<li>read about <a href="%external-http-drupal-org-node-23714">configuring cron jobs</a>.</li>
</ul></p>
', array('%admin-modules' => url('admin/modules'), '%file-cron' => 'cron.php', '%external-http-drupal-org-node-23714' => 'http://drupal.org/node/23714'));
- $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%ping">Ping page</a>.', array('%ping' => 'http://www.drupal.org/handbook/modules/ping/')) .'</p>';
+ $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%ping">Ping page</a>.', array('%ping' => 'http://drupal.org/handbook/modules/ping/')) .'</p>';
return $output;
case 'admin/modules#description':
return('Alerts other sites when your site has been updated.');