diff --git a/includes/actions.inc b/includes/actions.inc
index ae94ffe860f3a72b53174f6d45c526eda56870d2..8511f6976bdef2a4145b27f362a6e16716e5308b 100644
--- a/includes/actions.inc
+++ b/includes/actions.inc
@@ -289,7 +289,7 @@ function actions_synchronize($actions_in_code = array(), $delete_orphans = FALSE
       }
     }
     else {
-      $link = l(t('Remove orphaned actions'), 'admin/build/actions/orphan');
+      $link = l(t('Remove orphaned actions'), 'admin/settings/actions/orphan');
       $count = count($actions_in_db);
       $orphans = implode(', ', $orphaned);
       watchdog('actions', format_plural($count, 'One orphaned action (%orphans) exists in the actions table. !link', '@count orphaned actions (%orphans) exist in the actions table. !link'), array('@count' => $count, '%orphans' => $orphans, '!link' => $link), WATCHDOG_WARNING);