Re: Update doc links to https where appropriate?

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Update doc links to https where appropriate?
Date: 2018-03-16 20:01:58
Message-ID: CEAC5316-D0D1-4262-849C-02ACF65E7BD1@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 16 Mar 2018, at 19:54, Andres Freund <andres(at)anarazel(dot)de> wrote:

> Writing up docs for JITing I noticed that nearlyall wikipedia links on
> the acronyms page are http:// rather than https://. Seems like we should
> update links in the docs when alternatives are available?

I don’t see a reason why not, since we just incur a 307 redirect on all visits
otherwise. +1 for bumping them to https.

While in there, perhaps we should update our links to the expanded page on
Wikipedia to avoid an internal 304 redirect as well? The attached diff changes
the ones I found on a quick scan, but there might be others.

cheers ./daniel

Attachment Content-Type Size
acronyms.diff application/octet-stream 2.4 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2018-03-16 20:56:10 Re: ON CONFLICT DO UPDATE for partitioned tables
Previous Message Tom Lane 2018-03-16 19:17:43 Re: Hash join in SELECT target list expression keeps consuming memory