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
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions 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.

Expand Down Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -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',
],
Expand All @@ -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',
},
)