diff --git a/www/api/quantize.html b/www/api/quantize.html
index f9c0202..f81ab45 100644
--- a/www/api/quantize.html
+++ b/www/api/quantize.html
@@ -168,7 +168,7 @@
   <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
 </div>
 </div>
 </div>
@@ -190,12 +190,10 @@
 

 <div class="main">

 

-<h1>Module quantize
- Methods</h1>
+<h1>Module quantize Methods</h1>
 <p class="navigation-index">[<a href="#QuantizeImage">QuantizeImage</a> &bull; <a href="#AcquireQuantizeInfo">AcquireQuantizeInfo</a> &bull; <a href="#CloneQuantizeInfo">CloneQuantizeInfo</a> &bull; <a href="#CompressImageColormap">CompressImageColormap</a> &bull; <a href="#DestroyQuantizeInfo">DestroyQuantizeInfo</a> &bull; <a href="#GetImageQuantizeError">GetImageQuantizeError</a> &bull; <a href="#GetQuantizeInfo">GetQuantizeInfo</a> &bull; <a href="#PosterizeImage">PosterizeImage</a> &bull; <a href="#QuantizeImage">QuantizeImage</a> &bull; <a href="#QuantizeImages">QuantizeImages</a> &bull; <a href="#RemapImage">RemapImage</a> &bull; <a href="#RemapImages">RemapImages</a> &bull; <a href="#SetGrayscaleImage">SetGrayscaleImage</a>]</p>
 
-<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize
-_8c.html" id="QuantizeImage">QuantizeImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize_8c.html" id="QuantizeImage">QuantizeImage</a></h2>
 <div class="doc-section">
 
 <p>QuantizeImage() takes a standard RGB or monochrome images and quantizes them down to some fixed number of colors.</p>
@@ -256,8 +254,7 @@
 <p>This method is based on a similar algorithm written by Paul Raveling.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize
-_8c.html" id="AcquireQuantizeInfo">AcquireQuantizeInfo</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize_8c.html" id="AcquireQuantizeInfo">AcquireQuantizeInfo</a></h2>
 <div class="doc-section">
 
 <p>AcquireQuantizeInfo() allocates the QuantizeInfo structure.</p>
@@ -274,8 +271,7 @@
 <p>the image info.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize
-_8c.html" id="CloneQuantizeInfo">CloneQuantizeInfo</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize_8c.html" id="CloneQuantizeInfo">CloneQuantizeInfo</a></h2>
 <div class="doc-section">
 
 <p>CloneQuantizeInfo() makes a duplicate of the given quantize info structure, or if quantize info is NULL, a new one.</p>
@@ -295,8 +291,7 @@
 <p>a structure of type info.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize
-_8c.html" id="CompressImageColormap">CompressImageColormap</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize_8c.html" id="CompressImageColormap">CompressImageColormap</a></h2>
 <div class="doc-section">
 
 <p>CompressImageColormap() compresses an image colormap by removing any duplicate or unused color entries.</p>
@@ -313,8 +308,7 @@
 <p>the image.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize
-_8c.html" id="DestroyQuantizeInfo">DestroyQuantizeInfo</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize_8c.html" id="DestroyQuantizeInfo">DestroyQuantizeInfo</a></h2>
 <div class="doc-section">
 
 <p>DestroyQuantizeInfo() deallocates memory associated with an QuantizeInfo structure.</p>
@@ -331,8 +325,7 @@
 <p>Specifies a pointer to an QuantizeInfo structure.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize
-_8c.html" id="GetImageQuantizeError">GetImageQuantizeError</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize_8c.html" id="GetImageQuantizeError">GetImageQuantizeError</a></h2>
 <div class="doc-section">
 
 <p>GetImageQuantizeError() measures the difference between the original and quantized images.  This difference is the total quantization error. The error is computed by summing over all pixels in an image the distance squared in RGB space between each reference pixel value and its quantized value.  These values are computed:</p>
@@ -360,8 +353,7 @@
 <p>the image.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize
-_8c.html" id="GetQuantizeInfo">GetQuantizeInfo</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize_8c.html" id="GetQuantizeInfo">GetQuantizeInfo</a></h2>
 <div class="doc-section">
 
 <p>GetQuantizeInfo() initializes the QuantizeInfo structure.</p>
@@ -378,8 +370,7 @@
 <p>Specifies a pointer to a QuantizeInfo structure.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize
-_8c.html" id="PosterizeImage">PosterizeImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize_8c.html" id="PosterizeImage">PosterizeImage</a></h2>
 <div class="doc-section">
 
 <p>PosterizeImage() reduces the image to a limited number of colors for a "poster" effect.</p>
@@ -406,8 +397,7 @@
 <p>Set this integer value to something other than zero to dither the mapped image.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize
-_8c.html" id="QuantizeImage">QuantizeImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize_8c.html" id="QuantizeImage">QuantizeImage</a></h2>
 <div class="doc-section">
 
 <p>QuantizeImage() analyzes the colors within a reference image and chooses a fixed number of colors to represent the image.  The goal of the algorithm is to minimize the color difference between the input and output image while minimizing the processing time.</p>
@@ -428,8 +418,7 @@
 <p>the image.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize
-_8c.html" id="QuantizeImages">QuantizeImages</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize_8c.html" id="QuantizeImages">QuantizeImages</a></h2>
 <div class="doc-section">
 
 <p>QuantizeImages() analyzes the colors within a set of reference images and chooses a fixed number of colors to represent the set.  The goal of the algorithm is to minimize the color difference between the input and output images while minimizing the processing time.</p>
@@ -450,8 +439,7 @@
 <p>Specifies a pointer to a list of Image structures.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize
-_8c.html" id="RemapImage">RemapImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize_8c.html" id="RemapImage">RemapImage</a></h2>
 <div class="doc-section">
 
 <p>RemapImage() replaces the colors of an image with the closest color from a reference image.</p>
@@ -475,8 +463,7 @@
 <p>the reference image.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize
-_8c.html" id="RemapImages">RemapImages</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize_8c.html" id="RemapImages">RemapImages</a></h2>
 <div class="doc-section">
 
 <p>RemapImages() replaces the colors of a sequence of images with the closest color from a reference image.</p>
@@ -500,8 +487,7 @@
 <p>the reference image.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize
-_8c.html" id="SetGrayscaleImage">SetGrayscaleImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/quantize_8c.html" id="SetGrayscaleImage">SetGrayscaleImage</a></h2>
 <div class="doc-section">
 
 <p>SetGrayscaleImage() converts an image to a PseudoClass grayscale image.</p>