Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix homepage link #145

Merged
merged 2 commits into from Oct 26, 2021
Merged

Fix homepage link #145

merged 2 commits into from Oct 26, 2021

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Jan 4, 2021

Fixes #132.
Fixes #161.

https://certifiio.readthedocs.io/en/latest/ redirects to https://certifi.io/en/latest/, which returns a 403 forbidden from Cloudflare.

Fix by using the repo page as the homepage, and removing the broken docs link. Can be reinstated if certifiio.readthedocs.io or certifi.io are brought back online.

Please also remove the https://certifi.io/ URL from the About section of the homepage (it's not in code): https://github.com/certifi/python-certifi

@hugovk
Copy link
Contributor Author

hugovk commented Jan 4, 2021

Looking at an archived copy, there wasn't a huge amount of info there:

https://web.archive.org/web/20200414142502/https://certifiio.readthedocs.io/en/latest/

@cjeanner
Copy link

can we see this merged in order to access the doc? It's a bit painful to read the source code...

@alex alex merged commit b99a23f into certifi:master Oct 26, 2021
@hugovk hugovk deleted the patch-1 branch October 26, 2021 12:39
@ghost
Copy link

ghost commented Mar 12, 2022

Note - the invalid certifi.io link is still listed in the "About" section of the project page.

@jayaddison
Copy link

A note to mention that https://certifiio.readthedocs.io/ appears accessible at the moment and doesn't redirect to the certifi.io domain any longer.

(that seems good for any existing distributed packages that included references to the readthedocs URL; whether future versions should re-adopt that URL again, I don't know)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setup.py provides dead links to home page. HTTP 403 error on https://certifi.io/
6 participants