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 = '<p>'. t('For more information, see the online handbook entry for <a href="@activity">Activity module</a>.', array('@activity' => 'http://drupal.org/handbook/modules/activity/')) .'</p>';
       return $output;
     case 'admin/build/activity':
-      $output = '<p>'. t('Please read the developer documentation in the DEVELOPER.txt or in the <a href="@activity">handbook entry</a>.', array('@activity' => 'http://drupal.org/handbook/activity/developer')) .'</p>';
+      $output = '<p>'. t('For help on configuring activity, please read this <a href="@guide">guide</a>. If you are developing for Activity2, please read the developer documentation in DEVELOPER.txt or in the <a href="@activity">handbook entry</a>.', array('@guide' => 'http://http://groups.drupal.org/node/21817', '@activity' => 'http://drupal.org/node/626914')) .'</p>';
       return $output;
     case 'admin/build/actions/configure':
       return '<p>'. t('<strong>Please see <a href="@activity">this thread</a> for more details on how to setup an activity.</strong>', array('@activity' => 'http://groups.drupal.org/node/19249#comment-67046')) .'</p>';
