From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 2pTENmg+KWX+qywAWB0awg (envelope-from ) for ; Fri, 13 Oct 2023 08:56:08 -0400 Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=uFi+grIT; dkim-atps=neutral Received: by simark.ca (Postfix, from userid 112) id D65BF1E0C1; Fri, 13 Oct 2023 08:56:08 -0400 (EDT) Received: from server2.sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id C78E61E00F for ; Fri, 13 Oct 2023 08:56:06 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 2BD823857C41 for ; Fri, 13 Oct 2023 12:56:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2BD823857C41 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1697201766; bh=L8stIHoHpYFOm3Gi/Pt4NK+X7coS6N5xAHP0lqPf+zk=; h=Date:To:Cc:In-Reply-To:Subject:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=uFi+grITJWnEAiH50URmMxQs+N8HJ0VIiCzLwU5VViB70QkOTX5NdLXYalc+6Zr9W glaogv+rF2KPIcD0NLv/EZE8ZniF1AaIoLe0Yl6HgAr/aVzgQUyeBu1BtsThZmUFMM SusdnOTP1PbMgylAeCgDJgaJA4YIWNwDDr2KKbnc= Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 292D33858D1E; Fri, 13 Oct 2023 12:55:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 292D33858D1E Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qrHhZ-0002OG-Vx; Fri, 13 Oct 2023 08:55:38 -0400 Date: Fri, 13 Oct 2023 15:55:34 +0300 Message-Id: <835y3au1fd.fsf@gnu.org> To: Marco Barisione , Mark Wielaard Cc: gdb@sourceware.org, overseers@sourceware.org In-Reply-To: (message from Marco Barisione on Fri, 13 Oct 2023 13:20:55 +0100) Subject: Re: Broken documentation URLs References: MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_PASS, SPF_PASS, TXREP 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@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Eli Zaretskii via Gdb Reply-To: Eli Zaretskii Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" > From: Marco Barisione > Date: Fri, 13 Oct 2023 13:20:55 +0100 > > Hello, > > Recently, the GDB online documentation was moved from https://sourceware.org/gdb/onlinedocs/gdb/ to https://sourceware.org/gdb/current/onlinedocs/gdb.html/ . As the old address worked for ages (at least a decade!), there are a lot of links on the Internet pointing to some pages under the old URL, which are now broken. The search engines I tested by looking for “gdb.Value” (Google, Kagi and DuckDuckGo) haven’t updated their links either. > > Is it possible to set up a redirect? Mark and the rest of overseers: can this be done, please? Thanks.