palewire / django-postgres-copy

Quickly import and export delimited data with Django support for PostgreSQL's COPY command
https://palewi.re/docs/django-postgres-copy/
MIT License
178 stars 48 forks source link

Documentation link on PyPi is broken #155

Closed Carewen closed 1 year ago

Carewen commented 1 year ago

On the PyPi landing page I clicked on: Documentation: palewi.re/docs/django-postgres-copy

This resolves at: https://palewi.re/docs/django-postgres-copy/en/latest/

This renders: 403 Forbidden

Code: AccessDenied
Message: Access Denied
RequestId: MKMN0ZWSW9ZM90X0
HostId: Fdbru/BeOYbkVmEqBs5xR4cVsh4k8F+Zxdo0NBGy//4IT5fMxIp1AD9EpCe1mDV4OiFWZ7H0AJs=
palewire commented 1 year ago

Weird. Isn't it right here?

palewire commented 1 year ago

It looks like you need the trailing slash https://palewi.re/docs/django-postgres-copy/

Carewen commented 1 year ago

I'm only relating the end user experience. If the trailing slash is needed shouldn't the PyPi page have the correct URL?

Carewen commented 1 year ago

The flow is as follows:

This does not strike me as expected or user-friendly behaviour.

On the plus side, the left-hand column has a link to Documentation that does work.

palewire commented 1 year ago

Try it again now.