Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lem84-0006OP-St for pgsql-docs@arkaria.postgresql.org; Thu, 06 May 2021 22:05:56 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1lem83-00020Y-2Y for pgsql-docs@arkaria.postgresql.org; Thu, 06 May 2021 22:05:55 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lem82-00020Q-Sr for pgsql-docs@lists.postgresql.org; Thu, 06 May 2021 22:05:54 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lem80-0006Gb-Pi for pgsql-docs@lists.postgresql.org; Thu, 06 May 2021 22:05:54 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 146M5j5i4183798; Thu, 6 May 2021 18:05:45 -0400 From: Tom Lane To: Alvaro Herrera cc: "Daniel Westermann (DWE)" , "pgsql-docs@lists.postgresql.org" Subject: Re: Link t the souce code In-reply-to: <20210506215336.GA15748@alvherre.pgsql> References: <20210506215336.GA15748@alvherre.pgsql> Comments: In-reply-to Alvaro Herrera message dated "Thu, 06 May 2021 17:53:36 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <4183796.1620338745.1@sss.pgh.pa.us> Date: Thu, 06 May 2021 18:05:45 -0400 Message-ID: <4183797.1620338745@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Alvaro Herrera writes: > I agree -- if the user wanted packages, they would not be reading that > page of the docs. I'd just have it point to the same page that the > download page points to for source downloads, not a version-specific > one, as in the attached patch. +1. I think people reading this may have their own ideas about which version they want. Also, getting the link to be sane in the devel docs might be problematic. regards, tom lane