diff options
Diffstat (limited to 'modules/poll.module')
-rw-r--r-- | modules/poll.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/poll.module b/modules/poll.module index d2e62de64..ea0a561a0 100644 --- a/modules/poll.module +++ b/modules/poll.module @@ -21,7 +21,7 @@ function poll_help($section) { <li><a href="%admin-node-configure-types-poll">administer >> content >> configure >> poll</a>.</li> </ul> ', array('%poll' => url('poll'), '%admin-node-configure-types-poll' => url('admin/node/configure/types/poll'))); - $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%poll">Poll page</a>.', array('%poll' => 'http://www.drupal.org/handbook/modules/poll/')) .'</p>'; + $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%poll">Poll page</a>.', array('%poll' => 'http://drupal.org/handbook/modules/poll/')) .'</p>'; return $output; case 'admin/modules#description': return t("Allows your site to capture votes on different topics in the form of multiple choice questions."); |