Broken link in index.html
Posted: 2008-11-16T07:42:20-07:00
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!
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!