diff --git a/pathauto.admin.inc b/pathauto.admin.inc index 9030f48..6bc71ad 100644 --- a/pathauto.admin.inc +++ b/pathauto.admin.inc @@ -144,7 +144,7 @@ function pathauto_settings_form($form) { $description = t('What should Pathauto do when updating an existing content item which already has an alias?'); if (module_exists('redirect')) { - $description .= ' ' . t('The Redirect module settings affect whether a redirect is created when an alias is deleted.', array('!url' => url('admin/config/search/redirect'))); + $description .= ' ' . t('The Redirect module settings affect whether a redirect is created when an alias is deleted.', array('!url' => url('admin/config/search/redirect/settings'))); } else { $description .= ' ' . t('Considering installing the Redirect module to get redirects when your aliases change.', array('!url' => 'http://drupal.org/project/redirect'));