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/file/file.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/file') diff --git a/modules/file/file.module b/modules/file/file.module index ebf80e9f3..3d351fa2c 100644 --- a/modules/file/file.module +++ b/modules/file/file.module @@ -16,7 +16,7 @@ function file_help($path, $arg) { case 'admin/help#file': $output = ''; $output .= '

' . t('About') . '

'; - $output .= '

' . t('The File module defines a File field type for the Field module, which lets you manage and validate uploaded files attached to content on your site (see the Field module help page for more information about fields). For more information, see the online handbook entry for File module.', array('@field-help' => url('admin/help/field'), '@file' => 'http://drupal.org/handbook/modules/file')) . '

'; + $output .= '

' . t('The File module defines a File field type for the Field module, which lets you manage and validate uploaded files attached to content on your site (see the Field module help page for more information about fields). For more information, see the online handbook entry for File module.', array('@field-help' => url('admin/help/field'), '@file' => 'http://drupal.org/documentation/modules/file')) . '

'; $output .= '

' . t('Uses') . '

'; $output .= '
'; $output .= '
' . t('Attaching files to content') . '
'; -- cgit v1.2.3