aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Delfino <adelfino@gmail.com>2020-09-15 17:13:26 -0300
committerGitHub <noreply@github.com>2020-09-15 21:13:26 +0100
commitac0333e1e117b7f61ed7ef1dbcdb6e515ada603b (patch)
tree778d25829c59eb1c2c2b8e1461b50b87ba9ee900 /Doc/howto/urllib2.rst
parentminor reformat of enum tests (GH-22259) (diff)
downloadcpython-ac0333e1e117b7f61ed7ef1dbcdb6e515ada603b.tar.gz
cpython-ac0333e1e117b7f61ed7ef1dbcdb6e515ada603b.tar.bz2
cpython-ac0333e1e117b7f61ed7ef1dbcdb6e515ada603b.zip
Fix all Python Cookbook links (#22205)
Diffstat (limited to 'Doc/howto/urllib2.rst')
-rw-r--r--Doc/howto/urllib2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/urllib2.rst b/Doc/howto/urllib2.rst
index 046a88af62f..38623371fba 100644
--- a/Doc/howto/urllib2.rst
+++ b/Doc/howto/urllib2.rst
@@ -601,5 +601,5 @@ This document was reviewed and revised by John Lee.
scripts with a localhost server, I have to prevent urllib from using
the proxy.
.. [#] urllib opener for SSL proxy (CONNECT method): `ASPN Cookbook Recipe
- <https://code.activestate.com/recipes/456195/>`_.
+ <https://github.com/ActiveState/code/tree/master/recipes/Python/456195_urrlib2_opener_SSL_proxy_CONNECT/recipe-456195.py>`_.