diff --git a/modules/search.module b/modules/search.module
index d1c94a207bc6fee1b337279390b9fa864d884d81..34ac1ef98c148e6eff75dc026aa11116fb8a1b54 100644
--- a/modules/search.module
+++ b/modules/search.module
@@ -235,7 +235,7 @@ function search_settings() {
  */
 function search_wipe_confirm() {
   return confirm_form('search_wipe_confirm', $form, t('Are you sure you want to re-index the site?'),
-                  'admin/forums', t(' The search index is not cleared but systematically updated to reflect the new settings. Searching will continue to work but new content won\'t be indexed until all existing content has been re-indexed. This action cannot be undone.'), t('Re-index site'), t('Cancel'));
+                  'admin/settings/search', t(' The search index is not cleared but systematically updated to reflect the new settings. Searching will continue to work but new content won\'t be indexed until all existing content has been re-indexed. This action cannot be undone.'), t('Re-index site'), t('Cancel'));
 }
 
 /**
diff --git a/modules/search/search.module b/modules/search/search.module
index d1c94a207bc6fee1b337279390b9fa864d884d81..34ac1ef98c148e6eff75dc026aa11116fb8a1b54 100644
--- a/modules/search/search.module
+++ b/modules/search/search.module
@@ -235,7 +235,7 @@ function search_settings() {
  */
 function search_wipe_confirm() {
   return confirm_form('search_wipe_confirm', $form, t('Are you sure you want to re-index the site?'),
-                  'admin/forums', t(' The search index is not cleared but systematically updated to reflect the new settings. Searching will continue to work but new content won\'t be indexed until all existing content has been re-indexed. This action cannot be undone.'), t('Re-index site'), t('Cancel'));
+                  'admin/settings/search', t(' The search index is not cleared but systematically updated to reflect the new settings. Searching will continue to work but new content won\'t be indexed until all existing content has been re-indexed. This action cannot be undone.'), t('Re-index site'), t('Cancel'));
 }
 
 /**