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 18 May 2007 22:53:49 -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',