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/contextual/contextual.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/contextual') diff --git a/modules/contextual/contextual.module b/modules/contextual/contextual.module index 9514b7123..0f371a574 100644 --- a/modules/contextual/contextual.module +++ b/modules/contextual/contextual.module @@ -13,7 +13,7 @@ function contextual_help($path, $arg) { case 'admin/help#contextual': $output = ''; $output .= '

' . t('About') . '

'; - $output .= '

' . t('The Contextual links module displays links related to regions of pages on your site to users with access contextual links permission. For more information, see the online handbook entry for Contextual links module.', array('@contextual' => 'http://drupal.org/handbook/modules/contextual')) . '

'; + $output .= '

' . t('The Contextual links module displays links related to regions of pages on your site to users with access contextual links permission. For more information, see the online handbook entry for Contextual links module.', array('@contextual' => 'http://drupal.org/documentation/modules/contextual')) . '

'; $output .= '

' . t('Uses') . '

'; $output .= '
'; $output .= '
' . t('Displaying contextual links') . '
'; -- cgit v1.2.3