[gnumeric-web] 404: make links absolute
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric-web] 404: make links absolute
- Date: Wed, 12 Feb 2014 04:13:37 +0000 (UTC)
commit fe70a8dddc28e5d90c842c232e5b9097c6ce9445
Author: Morten Welinder <terra gnome org>
Date: Tue Feb 11 22:39:11 2014 -0500
404: make links absolute
404.html | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/404.html b/404.html
index 7de84d3..86b6806 100644
--- a/404.html
+++ b/404.html
@@ -4,22 +4,22 @@
<head>
<title>Gnumeric</title>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
-<link rel="stylesheet" href="style/style.css" type="text/css" />
-<link rel="icon" type="image/png" href="logo.png" />
+<link rel="stylesheet" href="/style/style.css" type="text/css" />
+<link rel="icon" type="image/png" href="/logo.png" />
</head>
<body>
<div id="wrap">
<a href="/"><div id="header">
<h1 id="logo-text"><span>Gnumeric</span></h1>
<p id="slogan">Free, Fast, Accurate — Pick Any Three!</p>
- <img id="logo" src="gnumeric.png" alt="logo" class="float-right"/>
+ <img id="logo" src="/gnumeric.png" alt="logo" class="float-right"/>
</div></a>
<div id="nav">
<ul>
<li><a href="/">Home</a></li>
- <li><a href="development.html">Development</a></li>
- <li><a href="contact.html">Contact</a></li>
+ <li><a href="/development.html">Development</a></li>
+ <li><a href="/contact.html">Contact</a></li>
</ul>
</div>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]