Index: notify.module =================================================================== RCS file: /cvs/drupal/contributions/modules/notify/notify.module,v retrieving revision 2.67 diff -u -r2.67 notify.module --- notify.module 5 Jan 2007 07:53:43 -0000 2.67 +++ notify.module 9 Jul 2007 22:01:53 -0000 @@ -106,7 +106,7 @@ 'access' => user_access('administer notify'), 'type' => MENU_LOCAL_TASK, ); - $items[] = array('path' => 'admin/content/notify', + $items[] = array('path' => 'admin/settings/notify', 'title' => t('Notification settings'), 'description' => t('Adjust settings for new content notifications sent by e-mail.'), 'callback' => 'drupal_get_form', Index: README.txt =================================================================== RCS file: /cvs/drupal/contributions/modules/notify/README.txt,v retrieving revision 1.5 diff -u -r1.5 README.txt --- README.txt 5 Jan 2007 07:53:43 -0000 1.5 +++ README.txt 9 Jul 2007 22:01:52 -0000 @@ -23,10 +23,10 @@ 2. Enable the notify module on the Administer >> Site building >> Modules page. The database tables will be created automagically for you at this point. -3. Modify permissions on the Administer >> Users >> Access control page. +3. Modify permissions on the Administer >> User management >> Access control page. -4. Go to Administer >> Content >> Notification settings and modify the settings - to your liking. +4. Go to Administer >> Site configuration >> Notification settings and modify the + settings to your liking. Note: e-mail updates can only happen as frequently as the cron is setup to. Check your cron settings.