From 06920cc2663f4306be26a8cd86e055447385d838 Mon Sep 17 00:00:00 2001 From: Om Prakash Date: Wed, 28 Sep 2016 16:25:19 +0530 Subject: [PATCH] fixes broken link on documentation page Issue #3603 --- docs/user/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 7b82d4f6..681b3fd7 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -263,7 +263,7 @@ system. For the sake of security we recommend upgrading certifi frequently! .. _HTTP persistent connection: https://en.wikipedia.org/wiki/HTTP_persistent_connection -.. _connection pooling: https://urllib3.readthedocs.io/en/latest/pools.html +.. _connection pooling: http://urllib3.readthedocs.io/en/latest/reference/index.html#module-urllib3.connectionpool .. _certifi: http://certifi.io/ .. _Mozilla trust store: https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt