From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id z9ULFGhBKWVGrSwAWB0awg (envelope-from ) for ; Fri, 13 Oct 2023 09:08:56 -0400 Received: by simark.ca (Postfix, from userid 112) id 4902A1E0C1; Fri, 13 Oct 2023 09:08:56 -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 39D321E00F for ; Fri, 13 Oct 2023 09:08:54 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 455C53858CDB for ; Fri, 13 Oct 2023 13:08:53 +0000 (GMT) Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 446753858D1E; Fri, 13 Oct 2023 13:08:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 446753858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.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 57A33300B302; Fri, 13 Oct 2023 15:08:36 +0200 (CEST) Received: by r6.localdomain (Postfix, from userid 1000) id F06B4340276; Fri, 13 Oct 2023 15:08:35 +0200 (CEST) Message-ID: Subject: Re: Broken documentation URLs From: Mark Wielaard To: Eli Zaretskii , Marco Barisione Cc: gdb@sourceware.org, overseers@sourceware.org, Joel Brobecker Date: Fri, 13 Oct 2023 15:08:35 +0200 In-Reply-To: <835y3au1fd.fsf@gnu.org> References: <835y3au1fd.fsf@gnu.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.4 (3.48.4-1.fc38) MIME-Version: 1.0 X-Spam-Status: No, score=-3026.9 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no 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: , Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" Hi Eli, On Fri, 2023-10-13 at 15:55 +0300, Eli Zaretskii wrote: > > Recently, the GDB online documentation was moved from https://sourcewar= e.org/gdb/onlinedocs/gdb/ > > to https://sourceware.org/gdb/current/onlinedocs/gdb.html/ That might have happened by a texinfo update? > > 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 t= he old URL, which are now broken. > >=20 > > The search engines I tested by looking for =E2=80=9Cgdb.Value=E2=80=9D = (Google, Kagi and DuckDuckGo) haven=E2=80=99t updated their links either. > > Is it possible to set up a redirect? >=20 > Mark and the rest of overseers: can this be done, please? As far as I know the onlinedocs are generated by the gdbadmin through the /home/gdbadmin/ss/update-web-docs script. See the /home/gdbadmin/ss/update-web-docs/HOWTO I think this script would be responsible for creating a symlink or redirect. I just don't know what the official procedure is for updating that script or how it is run (through a cronjob?) Joel do you know? Cheers, Mark