[damned-lies] Fixed relative links on footer to be absolute links to point where they are supposed to point to



commit 5f441139d834a5a7a730fa69d2339d0aaf8b9a4e
Author: Gil Forcada <gforcada gnome org>
Date:   Sat Oct 27 16:23:37 2012 +0200

    Fixed relative links on footer to be absolute links to point where they are supposed to point to

 templates/base.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/templates/base.html b/templates/base.html
index f491214..9991242 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -93,7 +93,7 @@
       <div class="links">
 		<div>
 		<ul id="menu-footer" class="menu">
-			<li><a href="/">The GNOME Project</a>
+			<li><a href="http://www.gnome.org";>The GNOME Project</a>
 			<ul class="sub-menu">
 				<li><a href="http://www.gnome.org/about/";>About Us</a></li>
 				<li><a href="http://www.gnome.org/get-involved/";>Get Involved</a></li>
@@ -115,7 +115,7 @@
 				<li><a href="http://live.gnome.org/Jhbuild";>Build Tool</a></li>
 		</ul>
 		</li>
-		<li><a href="/news">News</a>
+		<li><a href="http://www.gnome.org/news/";>News</a>
 		<ul class="sub-menu">
 			<li><a href="http://www.gnome.org/press/";>Press Releases</a></li>
 			<li><a href="http://www.gnome.org/start/stable";>Latest Release</a></li>



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