diff options
| author | Om Prakash <omprakash070@gmail.com> | 2016-09-28 16:25:19 +0530 |
|---|---|---|
| committer | Om Prakash <omprakash070@gmail.com> | 2016-09-28 16:34:02 +0530 |
| commit | 06920cc2663f4306be26a8cd86e055447385d838 (patch) | |
| tree | 961766d149915c0a1c88ffb6356491b9824c3ece /docs/user | |
| parent | 5eabcb7a2f43213f99b50f70ce64c575916f9cdc (diff) | |
| download | python-requests-06920cc2663f4306be26a8cd86e055447385d838.tar.gz | |
fixes broken link on documentation page
Issue #3603
Diffstat (limited to 'docs/user')
| -rw-r--r-- | docs/user/advanced.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
