From patchwork Wed Mar 13 12:22:02 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Wielaard X-Patchwork-Id: 87114 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 2CC903857B85 for ; Wed, 13 Mar 2024 12:23:31 +0000 (GMT) X-Original-To: gdb-patches@sourceware.org Delivered-To: gdb-patches@sourceware.org Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id B7E813858C31 for ; Wed, 13 Mar 2024 12:23:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B7E813858C31 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org B7E813858C31 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=45.83.234.184 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1710332591; cv=none; b=aYOhd0pPCDbknKeB0pqYS0LoSc98tvc6ZUN6UIamNmFlwKfYHRsNK5apXQURiHcNKmyPkRPyAl9c1c5r15jvamGufOCO7JFjYdrx/BKo1EqisW8bmvK9lC+rUN3rzg8LqBkyiw9d5x516p769CanckoldFcHOxIGzMJEvyrtz9k= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1710332591; c=relaxed/simple; bh=TgLNy6JS1WsFDcgnkzZ0VhaNM2mj6mVK3LDrYn2au48=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=WUtzUHvCwK/qosiMmPmlZTUzH+/7cPauRFtAxnMxXytz5IhapxlYIegHYCGZPboc4JVron+0OXY+oQ0Mp1M/xu9JQVhCiy0lM7zOgvvl63nrII6kdyhttNYvncEKNL6ukiEHptqP/BZN/bJ7F1EMjRRdazKNX8dqNE0vHGo2WPo= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from r6.localdomain (82-217-174-174.cable.dynamic.v4.ziggo.nl [82.217.174.174]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 512A93000472; Wed, 13 Mar 2024 13:23:08 +0100 (CET) Received: by r6.localdomain (Postfix, from userid 1000) id 10AAA340318; Wed, 13 Mar 2024 13:23:08 +0100 (CET) From: Mark Wielaard To: gdb-patches@sourceware.org Cc: Keith Seitz , Mark Wielaard Subject: [htdocs PATCH v2] index.html: Fix download and news links Date: Wed, 13 Mar 2024 13:22:02 +0100 Message-ID: <20240313122300.919703-1-mark@klomp.org> X-Mailer: git-send-email 2.44.0 MIME-Version: 1.0 X-Spam-Status: No, score=-7.0 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, LIKELY_SPAM_BODY, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces+patchwork=sourceware.org@sourceware.org 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. --- v2: Keith pointed out that you should run ./index.sh index.html after updated to make the Last Modified date correct. index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index e868fa45290a..c8ebd743ea83 100644 --- a/index.html +++ b/index.html @@ -90,10 +90,10 @@ GDB supports the following languages (in alphabetical order):

GDB version 14.2

-Version 14.2 of GDB, the GNU +Version 14.2 of GDB, the GNU Debugger, is now available for download. See the ANNOUNCEMENT for details +href="download/">download. See the ANNOUNCEMENT for details including changes in this release.

An errata list (March 3rd, 2024: GDB 14.2 Released!

The latest version of GDB, version 14.2, is available for download. +href="download/">download.

This is a minor corrective release over GDB 14.1, fixing the following issues: @@ -140,7 +140,7 @@ See the download. +href="download/">download.
This version of GDB includes the following changes and enhancements:

    @@ -275,7 +275,7 @@ Late breaking information, such as recently added features, can be found in the NEWS file in the gdb source tree. Old announcements are in the -news archive. +news archive. @@ -318,7 +318,7 @@ Floor, Boston, MA 02110-1301 USA.

    Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

    -

    Last modified 2024-03-03.

    +

    Last modified 2024-03-13.