website: Remove absolute links.

Without that fix, clicking to Download will go to
https://gnu.org/download.html.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
This commit is contained in:
Denis 'GNUtoo' Carikli 2023-10-25 21:55:54 +02:00 committed by Adrien 'neox' Bourmault
parent 36214d6fa1
commit a705ef9e78
Signed by: neox
GPG Key ID: 2974E1D5F25DFCC8
1 changed files with 10 additions and 10 deletions

View File

@ -67,7 +67,7 @@ $endif$
$for(header-includes)$
$header-includes$
$endfor$
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="/feed.xml"/>
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="feed.xml"/>
</head>
<body>
<div class="page">
@ -89,16 +89,16 @@ $if(date)$
<p class="date">$date$</p>
$endif$
<ul>
<li><a href="/">Home</a></li>
<li><a href="/faq.html">FAQ</a></li>
<li><a href="/download.html">Download</a></li>
<li><a href="/docs/install/">Install</a></li>
<li><a href="/docs/">Docs</a></li>
<li><a href="/news/">News</a></li>
<li><a href="index.html">Home</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="docs/install/">Install</a></li>
<li><a href="docs/">Docs</a></li>
<li><a href="news/">News</a></li>
<li><a href="https://todo.sr.ht/~libreboot/Libreboot">Bugs</a></li>
<li><a href="/tasks/">TODO</a></li>
<li><a href="/git.html">Send patch</a></li>
<li><a href="/contact.html">Contact</a></li>
<li><a href="tasks/">TODO</a></li>
<li><a href="git.html">Send patch</a></li>
<li><a href="contact.html">Contact</a></li>
<li><strong><a href="https://ryf.fsf.org/categories/laptops">Buy preinstalled</a></strong></li>
</ul>
<hr/>