]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: Fix external links to functional programming tutorial. (GH-18249)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 29 Jan 2020 13:16:57 +0000 (05:16 -0800)
committerGitHub <noreply@github.com>
Wed, 29 Jan 2020 13:16:57 +0000 (05:16 -0800)
(cherry picked from commit 35eac4500a8bd89b087407f59ba337343b22d403)

Co-authored-by: Julien Palard <julien@palard.fr>
Doc/howto/functional.rst

index f8f2aac70f9b063aad79ebc3f35d31dd09c1184a..74e861480d2ff8873caa78f08c42bddb9be61727 100644 (file)
@@ -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