diff --git a/modules/ping.module b/modules/ping.module
index eaa74d230e70adb95daa408bffb88a60f5e0062c..5e500fc2642b0be3fe5270d0567f7a6e66ea02bc 100644
--- a/modules/ping.module
+++ b/modules/ping.module
@@ -14,7 +14,7 @@ function ping_help($section) {
     case 'admin/help#ping':
       $output .= t("
       <p>Drupal can automatically send notifications (called \"pings\") to the %pingomatic to tell them that your site has changed.  In turn pingomatic.com will ping other services like weblogs.com, Technorati, blo.gs, BlogRolling, Feedster.com, Moreover, etc.</p>
-      <p>The ping feature requires crontab.</p>", array('%pingomatic' => '<a href="http://pingomatic.com/">'));
+      <p>The ping feature requires crontab.</p>", array('%pingomatic' => '<a href="http://pingomatic.com/">http://pingomatic.com/</a>'));
       break;
 
     case 'admin/modules#description':
diff --git a/modules/ping/ping.module b/modules/ping/ping.module
index eaa74d230e70adb95daa408bffb88a60f5e0062c..5e500fc2642b0be3fe5270d0567f7a6e66ea02bc 100644
--- a/modules/ping/ping.module
+++ b/modules/ping/ping.module
@@ -14,7 +14,7 @@ function ping_help($section) {
     case 'admin/help#ping':
       $output .= t("
       <p>Drupal can automatically send notifications (called \"pings\") to the %pingomatic to tell them that your site has changed.  In turn pingomatic.com will ping other services like weblogs.com, Technorati, blo.gs, BlogRolling, Feedster.com, Moreover, etc.</p>
-      <p>The ping feature requires crontab.</p>", array('%pingomatic' => '<a href="http://pingomatic.com/">'));
+      <p>The ping feature requires crontab.</p>", array('%pingomatic' => '<a href="http://pingomatic.com/">http://pingomatic.com/</a>'));
       break;
 
     case 'admin/modules#description':