Index: activity.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/activity/activity.module,v retrieving revision 1.1.2.2.2.30.2.31.2.63 diff -u -p -r1.1.2.2.2.30.2.31.2.63 activity.module --- activity.module 5 Nov 2009 23:58:47 -0000 1.1.2.2.2.30.2.31.2.63 +++ activity.module 8 Nov 2009 17:33:01 -0000 @@ -109,7 +109,7 @@ function activity_help($path, $arg) { $output = '

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

'; return $output; case 'admin/build/activity': - $output = '

'. t('Please read the developer documentation in the DEVELOPER.txt or in the handbook entry.', array('@activity' => 'http://drupal.org/handbook/activity/developer')) .'

'; + $output = '

'. t('For help on configuring activity, please read this guide. If you are developing for Activity2, please read the developer documentation in DEVELOPER.txt or in the handbook entry.', array('@guide' => 'http://http://groups.drupal.org/node/21817', '@activity' => 'http://drupal.org/node/626914')) .'

'; return $output; case 'admin/build/actions/configure': return '

'. t('Please see this thread for more details on how to setup an activity.', array('@activity' => 'http://groups.drupal.org/node/19249#comment-67046')) .'

';