gtaylor / python-colormath

A python module that abstracts common color math operations. For example, converting from CIE L*a*b to XYZ, or from RGB to CMYK
python-colormath.readthedocs.org
BSD 3-Clause "New" or "Revised" License
456 stars 83 forks source link

Fix broken links for observers and illuminants. #48

Closed jmeickle closed 10 years ago

jmeickle commented 10 years ago

They were getting parsed as internal links, leading to 404s.

gtaylor commented 10 years ago

Thanks! Good catch,