diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-04-30 21:02:50 -0700 |
|---|---|---|
| committer | Jon Dufresne <jon.dufresne@gmail.com> | 2018-05-01 18:13:47 -0700 |
| commit | 632951ccb148939b4af7bcedc8e1244c623e8eec (patch) | |
| tree | 04d7543a5fa6f6b355f22c49c12cb36036bb57a1 /docs | |
| parent | 9f09cb4b9d69bd8944c881f61b8fe933ad425b5b (diff) | |
| download | urllib3-632951ccb148939b4af7bcedc8e1244c623e8eec.tar.gz | |
Update pypi.python.org URLs to pypi.org
For details on the new PyPI, see the blog post:
https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/advanced-usage.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/advanced-usage.rst b/docs/advanced-usage.rst index fbfe7249..8f19f820 100644 --- a/docs/advanced-usage.rst +++ b/docs/advanced-usage.rst @@ -124,7 +124,7 @@ The usage of :class:`~poolmanager.ProxyManager` is the same as You can use :class:`~contrib.socks.SOCKSProxyManager` to connect to SOCKS4 or SOCKS5 proxies. In order to use SOCKS proxies you will need to install -`PySocks <https://pypi.python.org/pypi/PySocks>`_ or install urllib3 with the +`PySocks <https://pypi.org/project/PySocks/>`_ or install urllib3 with the ``socks`` extra:: pip install urllib3[socks] |
