Index: /branches/release-34/lib/MT/ArchiveType/AuthorMonthly.pm
===================================================================
--- /branches/release-34/lib/MT/ArchiveType/AuthorMonthly.pm (revision 1741)
+++ /branches/release-34/lib/MT/ArchiveType/AuthorMonthly.pm (revision 1892)
@@ -22,11 +22,11 @@
     return [
         {
-            label    => 'author-display-name/yyyy/mm/index.html',
-            template => '%-a/%y/%m/%f',
+            label    => 'author/author-display-name/yyyy/mm/index.html',
+            template => 'author/%-a/%y/%m/%f',
             default  => 1
         },
         {
-            label    => 'author_display_name/yyyy/mm/index.html',
-            template => '%a/%y/%m/%f'
+            label    => 'author/author_display_name/yyyy/mm/index.html',
+            template => 'author/%a/%y/%m/%f'
         },
     ];
Index: /branches/release-34/lib/MT/ArchiveType/AuthorWeekly.pm
===================================================================
--- /branches/release-34/lib/MT/ArchiveType/AuthorWeekly.pm (revision 1741)
+++ /branches/release-34/lib/MT/ArchiveType/AuthorWeekly.pm (revision 1892)
@@ -22,11 +22,11 @@
     return [
         {
-            label => 'author-display-name/yyyy/mm/day-week/index.html',
-            template => '%-a/%y/%m/%d-week/%f',
+            label => 'author/author-display-name/yyyy/mm/day-week/index.html',
+            template => 'author/%-a/%y/%m/%d-week/%f',
             default  => 1
         },
         {
-            label => 'author_display_name/yyyy/mm/day-week/index.html',
-            template => '%a/%y/%m/%d-week/%f'
+            label => 'author/author_display_name/yyyy/mm/day-week/index.html',
+            template => 'author/%a/%y/%m/%d-week/%f'
         },
     ];
Index: /branches/release-34/lib/MT/ArchiveType/AuthorYearly.pm
===================================================================
--- /branches/release-34/lib/MT/ArchiveType/AuthorYearly.pm (revision 1741)
+++ /branches/release-34/lib/MT/ArchiveType/AuthorYearly.pm (revision 1892)
@@ -22,10 +22,10 @@
     return [
         {
-            label    => 'author-display-name/yyyy/index.html',
+            label    => 'author/author-display-name/yyyy/index.html',
             template => '%-a/%y/%f',
             default  => 1
         },
         {
-            label    => 'author_display_name/yyyy/index.html',
+            label    => 'author/author_display_name/yyyy/index.html',
             template => '%a/%y/%f'
         },
Index: /branches/release-34/lib/MT/ArchiveType/Author.pm
===================================================================
--- /branches/release-34/lib/MT/ArchiveType/Author.pm (revision 1741)
+++ /branches/release-34/lib/MT/ArchiveType/Author.pm (revision 1892)
@@ -21,11 +21,11 @@
     return [
         {
-            label    => 'author-display-name/index.html',
-            template => '%-a/%f',
+            label    => 'author/author-display-name/index.html',
+            template => 'author/%-a/%f',
             default  => 1
         },
         {
-            label    => 'author_display_name/index.html',
-            template => '%a/%f'
+            label    => 'author/author_display_name/index.html',
+            template => 'author/%a/%f'
         },
     ];
