Skip to content

Commit

Permalink
Fix docs URL (#119)
Browse files Browse the repository at this point in the history
* Fix broken Certfi URL

* Fix broken Requests URL

* Add project URLs for PyPI
  • Loading branch information
divbzero committed Mar 18, 2020
1 parent 3e58560 commit d15edfc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ 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://certifi.io/en/latest/
.. _`Requests`: http://docs.python-requests.org/en/latest/
.. _`Certifi`: https://certifiio.readthedocs.io/en/latest/
.. _`Requests`: https://requests.readthedocs.io/en/master/
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
long_description=open('README.rst').read(),
author='Kenneth Reitz',
author_email='me@kennethreitz.com',
url='https://certifi.io/',
url='https://certifiio.readthedocs.io/en/latest/',
packages=[
'certifi',
],
Expand All @@ -65,4 +65,8 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8'
],
project_urls: {
'Documentation': 'https://certifiio.readthedocs.io/en/latest/',
'Source': 'https://github.com/certifi/python-certifi',
},
)

0 comments on commit d15edfc

Please sign in to comment.