From 4fb8e143a321f0fd689db87162cecfae029b0f24 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Mon, 26 Mar 2012 11:28:49 -0700 Subject: Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pages --- modules/contact/contact.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/contact') diff --git a/modules/contact/contact.module b/modules/contact/contact.module index a8701827d..9a48f2312 100644 --- a/modules/contact/contact.module +++ b/modules/contact/contact.module @@ -13,7 +13,7 @@ function contact_help($path, $arg) { case 'admin/help#contact': $output = ''; $output .= '

' . t('About') . '

'; - $output .= '

' . t('The Contact module allows visitors to contact site administrators and other users. Users specify a subject, write their message, and can have a copy of their message sent to their own e-mail address. For more information, see the online handbook entry for Contact module.', array('@contact' => 'http://drupal.org/handbook/modules/contact/')) . '

'; + $output .= '

' . t('The Contact module allows visitors to contact site administrators and other users. Users specify a subject, write their message, and can have a copy of their message sent to their own e-mail address. For more information, see the online handbook entry for Contact module.', array('@contact' => 'http://drupal.org/documentation/modules/contact/')) . '

'; $output .= '

' . t('Uses') . '

'; $output .= '
'; $output .= '
' . t('User contact forms') . '
'; -- cgit v1.2.3