summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2020-01-29 13:10:54 (GMT)
committerGitHub <noreply@github.com>2020-01-29 13:10:54 (GMT)
commit35eac4500a8bd89b087407f59ba337343b22d403 (patch)
tree324738f1f0d8ce76d3d4e5db14371adfe7d01ed8 /Doc
parente1e80002e28e1055f399a20918c49d50d093709e (diff)
downloadcpython-35eac4500a8bd89b087407f59ba337343b22d403.zip
cpython-35eac4500a8bd89b087407f59ba337343b22d403.tar.gz
cpython-35eac4500a8bd89b087407f59ba337343b22d403.tar.bz2
Doc: Fix external links to functional programming tutorial. (GH-18249)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/howto/functional.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/howto/functional.rst b/Doc/howto/functional.rst
index f8f2aac..74e8614 100644
--- a/Doc/howto/functional.rst
+++ b/Doc/howto/functional.rst
@@ -1229,9 +1229,9 @@ Text Processing".
Mertz also wrote a 3-part series of articles on functional programming
for IBM's DeveloperWorks site; see
-`part 1 <https://www.ibm.com/developerworks/linux/library/l-prog/index.html>`__,
-`part 2 <https://www.ibm.com/developerworks/linux/library/l-prog2/index.html>`__, and
-`part 3 <https://www.ibm.com/developerworks/linux/library/l-prog3/index.html>`__,
+`part 1 <https://developer.ibm.com/articles/l-prog/>`__,
+`part 2 <https://developer.ibm.com/tutorials/l-prog2/>`__, and
+`part 3 <https://developer.ibm.com/tutorials/l-prog3/>`__,
Python documentation