--- lib/A3C/Dispatcher.pm 2008/06/19 18:24:02 204 +++ lib/A3C/Dispatcher.pm 2008/06/19 19:05:26 205 @@ -36,7 +36,7 @@ my $strix = $top->child( _('Strix') => url => '/strix' ); $strix->child( _('Name differences') => url => '/strix/name_diff' ); $strix->child( _('SQL') => url => '/strix/sql' ); - $strix->child( _('Navigation') => url => '/strix/site-navigation' ); + $strix->child( _('Navigation') => url => '/strix/navigation' ); $strix->child( _('Layout') => url => '/strix/layout' ); # $top->child( 'Prefs' => url => '/prefs' ) if Jifty->web->current_user->id;