Index: /branches/release-38/lib/MT/ArchiveType/AuthorDaily.pm
===================================================================
--- /branches/release-38/lib/MT/ArchiveType/AuthorDaily.pm (revision 2399)
+++ /branches/release-38/lib/MT/ArchiveType/AuthorDaily.pm (revision 2401)
@@ -22,11 +22,11 @@
     return [
         {
-            label    => 'author-display-name/yyyy/mm/dd/index.html',
-            template => '%-a/%y/%m/%d/%f',
+            label    => 'author/author-display-name/yyyy/mm/dd/index.html',
+            template => 'author/%-a/%y/%m/%d/%f',
             default  => 1
         },
         {
-            label    => 'author_display_name/yyyy/mm/dd/index.html',
-            template => '%a/%y/%m/%d/%f'
+            label    => 'author/author_display_name/yyyy/mm/dd/index.html',
+            template => 'author/%a/%y/%m/%d/%f'
         },
     ];
Index: /branches/release-38/lib/MT/ArchiveType/AuthorYearly.pm
===================================================================
--- /branches/release-38/lib/MT/ArchiveType/AuthorYearly.pm (revision 2399)
+++ /branches/release-38/lib/MT/ArchiveType/AuthorYearly.pm (revision 2401)
@@ -23,10 +23,10 @@
         {
             label    => 'author/author-display-name/yyyy/index.html',
-            template => '%-a/%y/%f',
+            template => 'author/%-a/%y/%f',
             default  => 1
         },
         {
             label    => 'author/author_display_name/yyyy/index.html',
-            template => '%a/%y/%f'
+            template => 'author/%a/%y/%f'
         },
     ];
