Skip to content

Commit b99a23f

Browse files
authored
Fix homepage link (#145)
* Fix homepage link And remove broken docs link * Remove broken link
1 parent 8effc0d commit b99a23f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Certifi: Python SSL Certificates
22
================================
33

4-
`Certifi`_ provides Mozilla's carefully curated collection of Root Certificates for
4+
Certifi provides Mozilla's carefully curated collection of Root Certificates for
55
validating the trustworthiness of SSL certificates while verifying the identity
66
of TLS hosts. It has been extracted from the `Requests`_ project.
77

@@ -44,7 +44,6 @@ In previous versions, ``certifi`` provided the ``certifi.old_where()`` function
4444
to intentionally re-add the 1024-bit roots back into your bundle. This was not
4545
recommended in production and therefore was removed at the end of 2018.
4646

47-
.. _`Certifi`: https://certifiio.readthedocs.io/en/latest/
4847
.. _`Requests`: https://requests.readthedocs.io/en/master/
4948

5049
Addition/Removal of Certificates

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
long_description=open('README.rst').read(),
3939
author='Kenneth Reitz',
4040
author_email='[email protected]',
41-
url='https://certifiio.readthedocs.io/en/latest/',
41+
url='https://github.com/certifi/python-certifi',
4242
packages=[
4343
'certifi',
4444
],
@@ -64,7 +64,6 @@
6464
'Programming Language :: Python :: 3.9',
6565
],
6666
project_urls={
67-
'Documentation': 'https://certifiio.readthedocs.io/en/latest/',
6867
'Source': 'https://github.com/certifi/python-certifi',
6968
},
7069
)

0 commit comments

Comments
 (0)