From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by sourceware.org (Postfix) with ESMTPS id 03B263858D20 for ; Fri, 11 Nov 2022 08:48:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 03B263858D20 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=suse.cz Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 923C1229D4; Fri, 11 Nov 2022 08:48:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1668156510; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=v6O0jI0ZNo3ItxwyUgmK/btpyBT2jKXQddvE0Mu7p3o=; b=Cg36oyGe/l+OGSF9mQ/Io/dNqTHpfP6S5ROcYYNVB7Tf3PVw+s+eTE1AzYy6peEufsGwNf Ag/yYfzb+n6UDVrEaROjYWLW8PM/dG4VLLsB/e4o5tn2LZ9cNZDE7uhHtS6Y9JDIFP1bsA v8Oko6Q+WA+bGozG6jrI2UulCSEaE9U= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1668156510; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=v6O0jI0ZNo3ItxwyUgmK/btpyBT2jKXQddvE0Mu7p3o=; b=ksj4oluCnxm9Rzi1lmkjkTWuPQuww9W5SK4G+i+dLiUOQD+vODRtEExgzJdc74FpvYtE6T 3dy3S5SfBJ78FCAA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 727AD13357; Fri, 11 Nov 2022 08:48:30 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id SxL0Gl4MbmMRSwAAMHmgww (envelope-from ); Fri, 11 Nov 2022 08:48:30 +0000 Message-ID: <829ffa99-bbd9-cf98-50bd-9575a22f20b1@suse.cz> Date: Fri, 11 Nov 2022 09:48:30 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: Links to web pages are broken. Content-Language: en-US To: Jonathan Wakely , Richard Biener Cc: Georg-Johann Lay , gcc@gcc.gnu.org, Gerald Pfeifer References: <397083e0-8dc1-1931-306a-8517f2a4c72d@gjlay.de> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-5.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_NONE,SPF_SOFTFAIL,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 List-Id: On 11/10/22 18:01, Jonathan Wakely wrote: > Maybe just "docs" or "trunkdocs" or "latestdocs" instead of > "onlinedocs-new", since that is (1) very long, and (2) will look silly > in ten years when it's not new and we need to add > onlinedocs-even-newer 😉 I do support it, it would be probably nicer than the complicated Rewrite rule Jonathan prepared. > > Or even onlinedocs/latest/ for the new stuff, and leave the old stuff > there in onlinedocs/ (without linking to it) so that old links work. I think we should add a new HTML header to the older documentation saying that's legacy. Something one can see here: https://matplotlib.org/3.3.4/tutorials/index.html Martin