From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2DE653858D32; Fri, 22 Mar 2024 23:38:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2DE653858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1711150695; bh=/5DhwGFMUVt3dIJL19WZzJdNxIoqZLB04sfZAZ7qAW4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KbIkMpDPG849WjD0TErb3C87lVIiyj4PJViFVLiMPmVhCX56gZtV7s/IY/7O9hd5v uHUXELvsMh4d65eZbIjX9SUWuC++Edq5ZgokIUdbhKqxylQGEMoU+SZA68zzURdPB8 NT7xweo/7Ol2dejviT2W0gS69auRs6HwV2PoIYWU= From: "mark at klomp dot org" To: gdb-prs@sourceware.org Subject: [Bug web/31156] broken links on https://www.sourceware.org/gdb/ Date: Fri, 22 Mar 2024 23:38:14 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: web X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mark at klomp dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution cc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31156 Mark Wielaard changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |mark at klomp dot org Status|NEW |RESOLVED --- Comment #1 from Mark Wielaard --- commit 4b6375141f8b625aaa5ee377f49a7d89153a8d77 Author: Mark Wielaard Date: Wed Mar 13 12:47:31 2024 +0100 index.html: Fix download and news links 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. --=20 You are receiving this mail because: You are on the CC list for the bug.=