diff options
author | Sandro Tosi <sandro.tosi@gmail.com> | 2011-12-31 17:46:50 (GMT) |
---|---|---|
committer | Sandro Tosi <sandro.tosi@gmail.com> | 2011-12-31 17:46:50 (GMT) |
commit | 1abde3628b1385127366446026b655b551656322 (patch) | |
tree | 80bac4c144acb676248ab927e4adb25a11290b48 /Doc/howto/functional.rst | |
parent | d08effe287bbfe1342a6977f2a7c69be3301f9f3 (diff) | |
download | cpython-1abde3628b1385127366446026b655b551656322.zip cpython-1abde3628b1385127366446026b655b551656322.tar.gz cpython-1abde3628b1385127366446026b655b551656322.tar.bz2 |
fix some broken URLs
Diffstat (limited to 'Doc/howto/functional.rst')
-rw-r--r-- | Doc/howto/functional.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/howto/functional.rst b/Doc/howto/functional.rst index 175eeae..8934d5e 100644 --- a/Doc/howto/functional.rst +++ b/Doc/howto/functional.rst @@ -1151,9 +1151,9 @@ Text Processing". Mertz also wrote a 3-part series of articles on functional programming for IBM's DeveloperWorks site; see -`part 1 <http://www-128.ibm.com/developerworks/library/l-prog.html>`__, -`part 2 <http://www-128.ibm.com/developerworks/library/l-prog2.html>`__, and -`part 3 <http://www-128.ibm.com/developerworks/linux/library/l-prog3.html>`__, +`part 1 <http://www.ibm.com/developerworks/linux/library/l-prog/index.html>`__, +`part 2 <http://www.ibm.com/developerworks/linux/library/l-prog2/index.html>`__, and +`part 3 <http://www.ibm.com/developerworks/linux/library/l-prog3/index.html>`__, Python documentation |