Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1faE0Z-0004X0-6d for pgsql-docs@arkaria.postgresql.org; Tue, 03 Jul 2018 05:37:47 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1faE0X-0005qr-Cd for pgsql-docs@arkaria.postgresql.org; Tue, 03 Jul 2018 05:37:45 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1faE0X-0005qk-7R for pgsql-docs@lists.postgresql.org; Tue, 03 Jul 2018 05:37:45 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1faE0T-0001KL-Qc for pgsql-docs@lists.postgresql.org; Tue, 03 Jul 2018 05:37:44 +0000 Received: from pro.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.4/8.14.4) with ESMTP id w635bbVO025102; Tue, 3 Jul 2018 01:37:37 -0400 From: Tom Lane To: Alvaro Herrera cc: Michael Paquier , mdavid344@gmail.com, pgsql-docs@lists.postgresql.org Subject: Re: Dead link to hp docs In-reply-to: <20180703020457.saozko2kwzeh24fz@alvherre.pgsql> References: <20180703020457.saozko2kwzeh24fz@alvherre.pgsql> Comments: In-reply-to Alvaro Herrera message dated "Mon, 02 Jul 2018 22:04:57 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <64725.1530596257.1@sss.pgh.pa.us> Date: Tue, 03 Jul 2018 01:37:37 -0400 Message-ID: <64726.1530596257@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Alvaro Herrera writes: > On 2018-Jul-02, Michael Paquier wrote: >> Here are all the broken links in the source tree: >> >> doc/src/sgml/libpq.sgml: >> Wrong: http://h71000.www7.hp.com/doc/83final/ba554_90007/ch04.html >> Correct: http://h41379.www4.hpe.com/doc/83final/ba554_90007/ch04.html >> >> doc/src/sgml/runtime.sgml: >> Wrong: http://h71000.www7.hp.com/doc/83final/ba554_90007/ch04s02.html >> Correct: http://h41379.www4.hpe.com/doc/83final/ba554_90007/ch04s02.html > I think HP break their site on a regular basis. Well, more to the point, it's obvious from the very form of these links that HP don't intend them to be stable externally-referenceable URLs. I remember being unhappy from the beginning that Bruce would try to link to them in our docs, and I think we're seeing now that indeed they're not trustworthy permanent URLs. > Maybe we should be > looking for some more stable source of similar information? Exactly. regards, tom lane