diff --git a/uc_reports/uc_reports.admin.inc b/uc_reports/uc_reports.admin.inc
index ad15b34..982ca84 100644
--- a/uc_reports/uc_reports.admin.inc
+++ b/uc_reports/uc_reports.admin.inc
@@ -839,7 +839,7 @@ function uc_reports_sales_summary() {
     if (!empty($status['title'])) {
       // Add the total number of orders with this status to the table.
       $rows[] = array(
-        l($status['title'], 'admin/store/orders', array('query' => array('status' => $status['order_status_id']))),
+        l($status['title'], 'admin/store/orders/view', array('query' => array('order_status' => $status['order_status_id']))),
         $status['order_count'],
       );
     }
