summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorAndre Delfino <adelfino@gmail.com>2020-09-15 20:13:26 (GMT)
committerGitHub <noreply@github.com>2020-09-15 20:13:26 (GMT)
commitac0333e1e117b7f61ed7ef1dbcdb6e515ada603b (patch)
tree778d25829c59eb1c2c2b8e1461b50b87ba9ee900 /Doc/tutorial
parent5a565b3d7c31f9f402306a9bd58df36e4fe66ba4 (diff)
downloadcpython-ac0333e1e117b7f61ed7ef1dbcdb6e515ada603b.zip
cpython-ac0333e1e117b7f61ed7ef1dbcdb6e515ada603b.tar.gz
cpython-ac0333e1e117b7f61ed7ef1dbcdb6e515ada603b.tar.bz2
Fix all Python Cookbook links (#22205)
Diffstat (limited to 'Doc/tutorial')
-rw-r--r--Doc/tutorial/whatnow.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/whatnow.rst b/Doc/tutorial/whatnow.rst
index 3208201..38ce9f0 100644
--- a/Doc/tutorial/whatnow.rst
+++ b/Doc/tutorial/whatnow.rst
@@ -43,7 +43,7 @@ More Python resources:
for download. Once you begin releasing code, you can register it here so that
others can find it.
-* https://code.activestate.com/recipes/langs/python/: The Python Cookbook is a
+* https://github.com/ActiveState/code/tree/master/recipes/Python: The Python Cookbook is a
sizable collection of code examples, larger modules, and useful scripts.
Particularly notable contributions are collected in a book also titled Python
Cookbook (O'Reilly & Associates, ISBN 0-596-00797-3.)