[htdocs] index.html: Fix download and news links

Message ID 20240313115054.918167-1-mark@klomp.org
State New
Headers
Series [htdocs] index.html: Fix download and news links |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gdb_build--master-aarch64 fail Patch failed to apply
linaro-tcwg-bot/tcwg_gdb_build--master-arm fail Patch failed to apply

Commit Message

Mark Wielaard March 13, 2024, 11:50 a.m. UTC
  Various download/announce/news links on the homepage (index.html) used
"../" which pointed at the wrong target. Remove those "../" so the
target resolve to existing pages.
---
 index.html | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
  

Patch

diff --git a/index.html b/index.html
index e868fa45290a..731cde9dda59 100644
--- a/index.html
+++ b/index.html
@@ -90,10 +90,10 @@  GDB supports the following languages (in alphabetical order):
 
 <h3>GDB version 14.2</h3>
 
-Version <a href="../download/ANNOUNCEMENT">14.2</a> of GDB, the GNU
+Version <a href="download/ANNOUNCEMENT">14.2</a> of GDB, the GNU
 Debugger, is now available for <a
-href="../download/">download</a>.  See the <a
-href="../download/ANNOUNCEMENT">ANNOUNCEMENT</a> for details
+href="download/">download</a>.  See the <a
+href="download/ANNOUNCEMENT">ANNOUNCEMENT</a> for details
 including changes in this release.<p>
 
 An errata list (<a
@@ -121,7 +121,7 @@  better.
 <dt>March 3rd, 2024: <b>GDB 14.2 Released!</b></dt>
 <dd>
 <p> The latest version of GDB, version 14.2, is available for <a
-href="../download/">download</a>.
+href="download/">download</a>.
 <p>
 This is a minor corrective release over GDB 14.1, fixing the following
 issues:
@@ -140,7 +140,7 @@  See the <a href="https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob
 <dt>December 3rd, 2023: <b>GDB 14.1 Released!</b></dt>
 <dd>
 <br> The latest version of GDB, version 14.1, is available for <a
-href="../download/">download</a>.
+href="download/">download</a>.
 <br>
 This version of GDB includes the following changes and enhancements:
 <ul>
@@ -275,7 +275,7 @@  Late breaking information, such as recently added features, can be
 found in the <a
 href="https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob;f=gdb/NEWS;hb=HEAD"
 >NEWS</a> file in the gdb source tree.  Old announcements are in the
-news <a href="../news">archive</a>.
+news <a href="news">archive</a>.
 
 <!-- /body, update below using index.sh -->