From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mo4-p00-ob.smtp.rzone.de (mo4-p00-ob.smtp.rzone.de [81.169.146.217]) by sourceware.org (Postfix) with ESMTPS id 716C03858D20 for ; Thu, 10 Nov 2022 16:44:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 716C03858D20 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gjlay.de Authentication-Results: sourceware.org; spf=none smtp.mailfrom=gjlay.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1668098684; s=strato-dkim-0002; d=gjlay.de; h=In-Reply-To:From:References:Cc:To:Subject:Date:Message-ID:Cc:Date: From:Subject:Sender; bh=3RPUi/XzhHIA1rfuQ+XSaFc+5bQy3KrlhsP3ZOv7l3c=; b=Ghk9w+VU4s68jEt7iGBc+5rHsB0dbIZB/3UGH7715G7vFN5lgYMu5EfmTT53Ve7pav oC4uuNHEufT5JCiDJjR5wmlMmMKXa5fiGz62rBuY/hwOUBSM9168N/6mdpnT5stcR3BR pD5wei+gbAKarfWfAGtPJR3ZSlO6t9xzjOSR7JGXGFi99rWYsJeq/aKQLTvRf8o1N2Qp tddXjWg255EYLnmsT4CYBVS0LFzdQ3rpAHZD8hjOLQPa6qVmiqFNjX3nCYVG2EtUeCju DDWyp6tAUgC6ZYFFLHABQghb6BnYcjyWj2GlnIYElIVGXBXa6JVPEUtKbQHSbWbRrY74 TmTQ== Authentication-Results: strato.com; dkim=none X-RZG-AUTH: ":LXoWVUeid/7A29J/hMvvT3koxZnKT7Qq0xotTetVnKkbjtK7qmy9Jvpc5Ezo" X-RZG-CLASS-ID: mo00 Received: from [192.168.2.102] by smtp.strato.de (RZmta 48.2.1 DYNA|AUTH) with ESMTPSA id aba1dcyAAGiiRx7 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Thu, 10 Nov 2022 17:44:44 +0100 (CET) Message-ID: <397083e0-8dc1-1931-306a-8517f2a4c72d@gjlay.de> Date: Thu, 10 Nov 2022 17:44:43 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: Links to web pages are broken. Content-Language: en-US To: Jonathan Wakely Cc: =?UTF-8?Q?Martin_Li=c5=a1ka?= , gcc@gcc.gnu.org References: <569aa370-cc77-3dc5-f416-3e00aec577cc@gjlay.de> <99b27836-33db-c0b1-fcdb-3123f78f1134@suse.cz> <9e5356b4-636d-c3f1-3245-710640a912a8@gjlay.de> From: Georg-Johann Lay In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_SHORT,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_NONE,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 List-Id: Am 10.11.22 um 16:25 schrieb Jonathan Wakely: > On Thu, 10 Nov 2022 at 15:23, Jonathan Wakely wrote: >> >> On Thu, 10 Nov 2022 at 15:17, Georg-Johann Lay wrote: >>> >>> >>> >>> Am 10.11.22 um 16:05 schrieb Martin Liška: >>>> On 11/10/22 15:45, Georg-Johann Lay wrote: >>>>> Hi, I just observed that links like >>>>> >>>>> https://gcc.gnu.org/install/configure.html >>>>> >>>>> ceased to work. Presumably this is to sphinx stuff, but it would be >>>>> great if not hundreds of links across the web to GCC pages like the >>>>> above would be 404. >>>>> >>>>> I know that the new link is >>>>> >>>>> https://gcc.gnu.org/install/configuration.html >>>>> >>>>> but that doesn't help with existing pointers. >>>>> >>>>> "Deep" links like https://gcc.gnu.org/install/configuration.html#avr >>>>> >>>>> won't work either, so all reasonable anchors have been ditched, too? >>>>> >>>>> Johann >>>> >>>> Hello. >>>> >>>> We're working on that and we'll create a redirection: >>>> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107610 >>>> >>>> Thanks for pointing out. >>>> >>>> Martin >>> >>> Ok thanks, I left a note there. >> >> The second part of your note about deep links into the new docs is a >> completely separate issue. That can't be fixed with HTTP redirects for >> the old URLs. > > And there are still anchors, they're just different: > https://gcc.gnu.org/install/configuration.html#cmdoption-with-avrlibc > Now there are anchors to every single option, which is much better > than it used to be. Yes, its nice. But existing links are still invalidated. Just take some tutorial that explains how to set up gcc, where you want to provide references that are point-on and not just "gcc.gnu.org". Does this also mean that "deep" links to onlinedocs won't work any more? Johann