[tor-commits] r24327: {website} but when it *is* used, it references a page that doesn't exi (website/trunk/include)

Roger Dingledine arma at torproject.org
Wed Mar 9 18:57:30 UTC 2011


Author: arma
Date: 2011-03-09 18:57:30 +0000 (Wed, 09 Mar 2011)
New Revision: 24327

Modified:
   website/trunk/include/navigation.wmi
Log:
but when it *is* used, it references a page that doesn't exist


Modified: website/trunk/include/navigation.wmi
===================================================================
--- website/trunk/include/navigation.wmi	2011-03-09 18:56:59 UTC (rev 24326)
+++ website/trunk/include/navigation.wmi	2011-03-09 18:57:30 UTC (rev 24327)
@@ -7,7 +7,7 @@
 <:
     # path                              link text
     my @navigation = (
-        'home'                        , 'Home',
+        'index'                        , 'Home',
         'about/overview'              , 'About Tor',
         'docs/documentation'          , 'Documentation',
         'projects/projects'           , 'Projects',
@@ -19,6 +19,6 @@
         'download/download'                , 'Download',
         'donate/donate'                    , 'Donate',
         'getinvolved/volunteer'            , 'Get Involved',
-    );      
+    );
 
 :>



More information about the tor-commits mailing list