summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorНикита Конин <nikita.konin@inplatlabs.ru>2018-01-18 20:14:33 +0300
committerНикита Конин <nikita.konin@inplatlabs.ru>2018-01-18 20:14:33 +0300
commit0813c865ee0495952c38d2b8e2932a184a1edcd3 (patch)
tree24750b8bc37fadc2d6a4abd8641ab1c3b4f13f31 /docs
parent07372dc058b2948f8657b827977d333f9faf7746 (diff)
downloadpython-requests-0813c865ee0495952c38d2b8e2932a184a1edcd3.tar.gz
Fix broken link to Certifi
Diffstat (limited to 'docs')
-rw-r--r--docs/community/recommended.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/community/recommended.rst b/docs/community/recommended.rst
index 88dcce8d..44804919 100644
--- a/docs/community/recommended.rst
+++ b/docs/community/recommended.rst
@@ -15,7 +15,7 @@ Certifi CA Bundle
validating the trustworthiness of SSL certificates while verifying the
identity of TLS hosts. It has been extracted from the Requests project.
-.. _Certifi: http://certifi.io/en/latest/
+.. _Certifi: https://github.com/certifi/python-certifi
CacheControl
------------