Skip to content

Commit

Permalink
Fix homepage link (#145)
Browse files Browse the repository at this point in the history
* Fix homepage link

And remove broken docs link

* Remove broken link
  • Loading branch information
hugovk committed Oct 26, 2021
1 parent 8effc0d commit b99a23f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
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',
},
)

0 comments on commit b99a23f

Please sign in to comment.