From 9005a6c9bd2dd9898a7975ee36fcf8346a8209bd Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 4 Jan 2021 10:14:37 +0200 Subject: [PATCH 1/2] Fix homepage link And remove broken docs link --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 69ec098a..68885b2f 100755 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ long_description=open('README.rst').read(), author='Kenneth Reitz', author_email='me@kennethreitz.com', - url='https://certifiio.readthedocs.io/en/latest/', + url='https://github.com/certifi/python-certifi', packages=[ 'certifi', ], @@ -64,7 +64,6 @@ 'Programming Language :: Python :: 3.9', ], project_urls={ - 'Documentation': 'https://certifiio.readthedocs.io/en/latest/', 'Source': 'https://github.com/certifi/python-certifi', }, ) From 9570a639533fb019c470615151175bb3095f1449 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 4 Jan 2021 10:24:19 +0200 Subject: [PATCH 2/2] Remove broken link --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 182b5112..e92e84b2 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Certifi: Python SSL Certificates ================================ -`Certifi`_ provides Mozilla's carefully curated collection of Root Certificates for +Certifi provides Mozilla's carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. It has been extracted from the `Requests`_ project. @@ -44,7 +44,6 @@ In previous versions, ``certifi`` provided the ``certifi.old_where()`` function to intentionally re-add the 1024-bit roots back into your bundle. This was not recommended in production and therefore was removed at the end of 2018. -.. _`Certifi`: https://certifiio.readthedocs.io/en/latest/ .. _`Requests`: https://requests.readthedocs.io/en/master/ Addition/Removal of Certificates