Skip to content

Commit d15edfc

Browse files
authored
Fix docs URL (#119)
* Fix broken Certfi URL * Fix broken Requests URL * Add project URLs for PyPI
1 parent 3e58560 commit d15edfc

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ 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://certifi.io/en/latest/
48-
.. _`Requests`: http://docs.python-requests.org/en/latest/
47+
.. _`Certifi`: https://certifiio.readthedocs.io/en/latest/
48+
.. _`Requests`: https://requests.readthedocs.io/en/master/

setup.py

+5-1
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://certifi.io/',
41+
url='https://certifiio.readthedocs.io/en/latest/',
4242
packages=[
4343
'certifi',
4444
],
@@ -65,4 +65,8 @@
6565
'Programming Language :: Python :: 3.7',
6666
'Programming Language :: Python :: 3.8'
6767
],
68+
project_urls: {
69+
'Documentation': 'https://certifiio.readthedocs.io/en/latest/',
70+
'Source': 'https://github.com/certifi/python-certifi',
71+
},
6872
)

0 commit comments

Comments
 (0)