Re: Broken URL on PostgreSQL 16 Press kit Page

Lists: pgsql-www
From: Akshat Jaimini <destrex271(at)gmail(dot)com>
To: pgsql-www(at)lists(dot)postgresql(dot)org
Subject: Broken URL on PostgreSQL 16 Press kit Page
Date: 2023-09-14 19:07:27
Message-ID: CAMaW3Vg83w6YpQttxVSw8o8r5Cghfa+HV6+RRvz4Gg1NCxihvQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

The url leading to the PDF on the latest press kit release page:
/about/press/presskit16/de/ , is throwing a 404
as detected by the Testing Harness.

The Link is present as shown in the screenshot below labeled as PDF with
the url
/files/documentation/pdf/15/postgresql-16-US.pdf

[image: image.png]

Regards,
Akshat Jaimini


From: Erik Wienhold <ewie(at)ewie(dot)name>
To: pgsql-www(at)lists(dot)postgresql(dot)org
Subject: Re: Broken URL on PostgreSQL 16 Press kit Page
Date: 2023-09-14 19:33:41
Message-ID: 711551561.524824.1694720021748@office.mailbox.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

On 14/09/2023 21:07 CEST Akshat Jaimini <destrex271(at)gmail(dot)com> wrote:

> The url leading to the PDF on the latest press kit release page:
> /about/press/presskit16/de/ , is throwing a 404
> as detected by the Testing Harness.

Also broken (looks like an extra space before the domain) on the Italian press
kit page: /about/press/presskit16/it/

> The Link is present as shown in the screenshot below labeled as PDF with
> the url
> /files/documentation/pdf/15/postgresql-16-US.pdf

nitpick: A4 paper size is commonly used in German-speaking countries.

/files/documentation/pdf/16/postgresql-16-A4.pdf

--
Erik


From: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
To: Erik Wienhold <ewie(at)ewie(dot)name>, pgsql-www(at)lists(dot)postgresql(dot)org
Subject: Re: Broken URL on PostgreSQL 16 Press kit Page
Date: 2023-09-14 19:38:06
Message-ID: b810a3a8-a751-c0aa-30a5-6aea078233d1@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

On 9/14/23 3:33 PM, Erik Wienhold wrote:
> On 14/09/2023 21:07 CEST Akshat Jaimini <destrex271(at)gmail(dot)com> wrote:
>
>> The url leading to the PDF on the latest press kit release page:
>> /about/press/presskit16/de/ , is throwing a 404
>> as detected by the Testing Harness.
>
> Also broken (looks like an extra space before the domain) on the Italian press
> kit page: /about/press/presskit16/it/

Thanks for reporting; I've pushed fixes for both of these cases.

Thanks,

Jonathan