Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 35eac45

Browse files
authoredJan 29, 2020
Doc: Fix external links to functional programming tutorial. (pythonGH-18249)
1 parent e1e8000 commit 35eac45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎Doc/howto/functional.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1229,9 +1229,9 @@ Text Processing".
12291229

12301230
Mertz also wrote a 3-part series of articles on functional programming
12311231
for IBM's DeveloperWorks site; see
1232-
`part 1 <https://www.ibm.com/developerworks/linux/library/l-prog/index.html>`__,
1233-
`part 2 <https://www.ibm.com/developerworks/linux/library/l-prog2/index.html>`__, and
1234-
`part 3 <https://www.ibm.com/developerworks/linux/library/l-prog3/index.html>`__,
1232+
`part 1 <https://developer.ibm.com/articles/l-prog/>`__,
1233+
`part 2 <https://developer.ibm.com/tutorials/l-prog2/>`__, and
1234+
`part 3 <https://developer.ibm.com/tutorials/l-prog3/>`__,
12351235

12361236

12371237
Python documentation

0 commit comments

Comments
 (0)
Please sign in to comment.