From bc4af210ab20babc7c95fd11d8a3f21d690a1fda Mon Sep 17 00:00:00 2001 From: Nick Lang Date: Tue, 17 Jul 2018 12:43:39 -0700 Subject: [PATCH] update certifi link. closes #822 --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 4452a19a..87a6c98e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -222,7 +222,7 @@ elasticsearch cluster, including certificate verification and http auth:: See class :class:`~elasticsearch.Urllib3HttpConnection` for detailed description of the options. -.. _certifi: http://certifi.io/ +.. _certifi: http://certifiio.readthedocs.io/en/latest/ Logging ~~~~~~~