From 9440e26269cefc166b0e1dc6a1f67768624d6d9f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 1 Jan 2009 21:59:05 +0000 Subject: - Patch #352728 by j.somers: fixed broken link. --- modules/update/update.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/update/update.module') diff --git a/modules/update/update.module b/modules/update/update.module index 7ccf2bc5d..24f47fff5 100644 --- a/modules/update/update.module +++ b/modules/update/update.module @@ -84,7 +84,7 @@ function update_help($path, $arg) { case 'admin/help#update': $output = '

' . t("The Update status module periodically checks for new versions of your site's software (including contributed modules and themes), and alerts you to available updates.") . '

'; - $output .= '

' . t('The report of available updates will alert you when new releases are available for download. You may configure options for update checking frequency and notifications at the Update status module settings page.', array('@update-report' => url('admin/reports/updates'), '@update-settings' => url('admin/reports/updates/settings'))) . '

'; + $output .= '

' . t('The report of available updates will alert you when new releases are available for download. You may configure options for update checking frequency and notifications at the Update status module settings page.', array('@update-report' => url('admin/reports/updates'), '@update-settings' => url('admin/settings/updates'))) . '

'; $output .= '

' . t('Please note that in order to provide this information, anonymous usage statistics are sent to drupal.org. If desired, you may disable the Update status module from the module administration page.', array('@modules' => url('admin/build/modules'))) . '

'; $output .= '

' . t('For more information, see the online handbook entry for Update status module.', array('@update' => 'http://drupal.org/handbook/modules/update')) . '

'; return $output; -- cgit v1.2.3