[gnomeweb-wml] [evilsedhack] Make the toplevel tabs work for projects.g.o too



commit 07a972b4916e5e9962acd18cba482fa9d742e1f0
Author: Vincent Untz <vuntz gnome org>
Date:   Tue Oct 6 16:51:00 2009 +0200

    [evilsedhack] Make the toplevel tabs work for projects.g.o too

 include/evilsedhack |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/include/evilsedhack b/include/evilsedhack
index cb8a544..e43b7ff 100755
--- a/include/evilsedhack
+++ b/include/evilsedhack
@@ -28,11 +28,11 @@ sed -e "1,/<h1>/d" \
 
 ## TABS
 TABS='
-          <li><a href="/about/"><span>About</span></a></li>
-          <li><a href="/start/stable/"><span>Latest Release</span></a></li>
-          <li><a href="/support/"><span>Support</span></a></li>
-          <li><a href="/community/"><span>Contribute</span></a></li>
-          <li><a href="/contact/"><span>Contact</span></a></li>'
+          <li><a href="http://www.gnome.org/about/";><span>About</span></a></li>
+          <li><a href="http://www.gnome.org/start/stable/";><span>Latest Release</span></a></li>
+          <li><a href="http://www.gnome.org/support/";><span>Support</span></a></li>
+          <li><a href="http://www.gnome.org/community/";><span>Contribute</span></a></li>
+          <li><a href="http://www.gnome.org/contact/";><span>Contact</span></a></li>'
 TOPL=$(echo $URLPATH | cut -f2 -d/)
 # special cases
 case $TOPL in



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]