diff options
author | Brett Cannon <bcannon@gmail.com> | 2003-12-11 04:37:24 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2003-12-11 04:37:24 (GMT) |
commit | 35415da67c11e2a3193644c5186df340cde93042 (patch) | |
tree | 085d2faacaf92cc2e6c5f6c7a2b169cf61c0c790 | |
parent | bbd290ab8d4bccb6c537cb23b813026b0d733114 (diff) | |
download | cpython-35415da67c11e2a3193644c5186df340cde93042.zip cpython-35415da67c11e2a3193644c5186df340cde93042.tar.gz cpython-35415da67c11e2a3193644c5186df340cde93042.tar.bz2 |
Fix broken link (closes bug #852236). Thanks to Fedor Baart for bug file and
finding proper link.
-rw-r--r-- | Doc/lib/libcolorsys.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcolorsys.tex b/Doc/lib/libcolorsys.tex index bf317a9..2748377 100644 --- a/Doc/lib/libcolorsys.tex +++ b/Doc/lib/libcolorsys.tex @@ -15,7 +15,7 @@ the I and Q coordinates can be positive or negative. In all other spaces, the coordinates are all between 0 and 1. More information about color spaces can be found at -\url{http://www.inforamp.net/\%7epoynton/ColorFAQ.html}. +\url{http://www.poynton.com/ColorFAQ.html}. The \module{colorsys} module defines the following functions: |