Index: ecommerce/contrib/ec_recurring/ec_recurring.module
===================================================================
--- ecommerce/contrib/ec_recurring/ec_recurring.module	(revision 686)
+++ ecommerce/contrib/ec_recurring/ec_recurring.module	(working copy)
@@ -382,7 +382,7 @@ function ec_recurring_on_expiry(&$node, 
   ec_recurring_update_expiration($node->expired_schedule);
   $expirations['products_processed']++;
 
-  watchdog('product_expiry', t('Product expiry processed.'), WATCHDOG_NOTICE, l(t('View transaction'), 'store/transactions/view/'.$node->expired_schedule['txnid']));
+  watchdog('product_expiry', t('Product expiry processed.'), WATCHDOG_NOTICE, l(t('View transaction'), 'store/transaction/view/'.$node->expired_schedule['txnid']));
 }
 
 // End Recurring hook functions
@@ -1271,7 +1271,7 @@ function ec_recurring_mapfn_expire_remin
     $address = ec_mail_get_transaction_address($row['txnid']);
     $mid = ec_recurring_get_mid($row['rid']);
     if (!empty($address) && ec_mail_send_mid($mid, $address, $row)) {
-      watchdog('reminder_sent', t('Reminder mail sent.'), WATCHDOG_NOTICE, l(t('view reminder'), 'store/transactions/view/'.$row['txnid']));
+      watchdog('reminder_sent', t('Reminder mail sent.'), WATCHDOG_NOTICE, l(t('view reminder'), 'store/transaction/view/'.$row['txnid']));
       $expirations['reminders_sent']++;
       $expirations['reminder_addresses'][] = $address;
     } else {
