Skip to content

Commit 5b9e05c

Browse files
authored
Merge pull request certifi#96 from adamchainz/https
Use HTTPS for certifi.io
2 parents 6f0b771 + e08161c commit 5b9e05c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ code, the function ``certifi.old_where()`` continues to exist as an alias of
4242
``certifi.where()``. Please update your code to use ``certifi.where()``
4343
instead. ``certifi.old_where()`` will be removed in 2018.
4444

45-
.. _`Certifi`: http://certifi.io/en/latest/
45+
.. _`Certifi`: https://certifi.io/en/latest/
4646
.. _`Requests`: http://docs.python-requests.org/en/latest/

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
long_description=open('README.rst').read(),
4040
author='Kenneth Reitz',
4141
author_email='[email protected]',
42-
url='http://certifi.io/',
42+
url='https://certifi.io/',
4343
packages=[
4444
'certifi',
4545
],

0 commit comments

Comments
 (0)