Broken link in index.html

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
naoliv
Posts: 110
Joined: 2007-12-10T18:54:27-07:00
Location: Brazil

Broken link in index.html

Post by naoliv »

Hi!

There is a broken link in index.html (not www/index.html):

<li><a href="www/convert.html">Format conversion</a>: convert an image from one <a href="formats.html">format </a> to another (e.g. PNG to JPEG)</li>

Ir should be an

<a href="www/formats.html">format </a>

Thank you!
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Broken link in index.html

Post by magick »

Thanks. We have a patch for the problem which will be available by sometime tomorrow.
Post Reply