[tor-commits] [webwml/master] fix the 'about' and 'contact' links from the donate page

arma at torproject.org arma at torproject.org
Fri Dec 11 07:16:17 UTC 2015


commit 0c76ed024e7b8a284592ce7055c8f67319bfe3ee
Author: Roger Dingledine <arma at torproject.org>
Date:   Fri Dec 11 02:15:54 2015 -0500

    fix the 'about' and 'contact' links from the donate page
    
    should address ticket #17814
---
 include/donatehead.wmi |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/donatehead.wmi b/include/donatehead.wmi
index 29145f5..04a5bf1 100644
--- a/include/donatehead.wmi
+++ b/include/donatehead.wmi
@@ -34,8 +34,8 @@
       </div>      
       <ul id="navbar" class="nav navbar-nav navbar-right">
         <li><a href="<page index>">Home</a></li>
-        <li><a href="<page index>/about">About</a></li>
-        <li><a href="<page index>/contact">Contact</a></li>
+        <li><a href="<page about/overview>">About</a></li>
+        <li><a href="<page about/contact>">Contact</a></li>
       </ul>
     </div>
   </nav>



More information about the tor-commits mailing list