public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [htdocs PATCH] index.html: Fix download and news links
@ 2024-03-13 11:50 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2024-03-13 11:50 UTC (permalink / raw)
  To: gdb-patches; +Cc: Mark Wielaard

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(-)

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 -->
 
-- 
2.44.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-03-13 11:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-13 11:50 [htdocs PATCH] index.html: Fix download and news links Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).