From patchwork Wed Mar 13 11:50:54 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Wielaard X-Patchwork-Id: 87112 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 EFF96385841E for ; Wed, 13 Mar 2024 11:51:26 +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 004513858C3A for ; Wed, 13 Mar 2024 11:51:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 004513858C3A 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 004513858C3A 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=1710330667; cv=none; b=X8TvQ5aRWI9CxSrfOzbQkxvxVPLn0vd8EQqt3kJYOTgxi7aGOL899v4SOo98EytmhEv40Y8bXcE1KnLvpyWlCDhzfM34um4X8IGdToXEIgK6CowiYon5rOGLK8Hh1cXiSHP+4OGWD4R3Ie01BZ01eOZQD2YaTn/0hpV4aBIj1RQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1710330667; c=relaxed/simple; bh=2HBYhvtJAm8B4HqvNHD+UTbIVsdZvgY+YL3lzUxFXbs=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=DIVhTT8xOP2NImM41QPjj8/K4Im9m7kJ148c4u3s6TjeG2HMCCnnMHxEh5Pymv2ehe1juyEV/dYhztDEVHkY68DtVDZWJ4LhXB6QY9xNAhTnDTngqaqiy6dnwvGNMsqau4ex+XJKKSL9QNDfYAsa/bQ2QONaJjryXGigiKromcc= 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 561933000472; Wed, 13 Mar 2024 12:51:01 +0100 (CET) Received: by r6.localdomain (Postfix, from userid 1000) id 1922A340318; Wed, 13 Mar 2024 12:51:01 +0100 (CET) From: Mark Wielaard To: gdb-patches@sourceware.org Cc: Mark Wielaard Subject: [htdocs PATCH] index.html: Fix download and news links Date: Wed, 13 Mar 2024 12:50:54 +0100 Message-ID: <20240313115054.918167-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. --- 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):

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.