diff --git a/www/api/paint.html b/www/api/paint.html
index 2243bdd..369b8ec 100644
--- a/www/api/paint.html
+++ b/www/api/paint.html
@@ -168,7 +168,7 @@
   <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+   <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
 </div>
 </div>
 </div>
@@ -190,12 +190,10 @@
 

 <div class="main">

 

-<h1>Module paint
- Methods</h1>
+<h1>Module paint Methods</h1>
 <p class="navigation-index">[<a href="#FloodfillPaintImage">FloodfillPaintImage</a> &bull; <a href="#OilPaintImage">OilPaintImage</a> &bull; <a href="#OpaquePaintImage">OpaquePaintImage</a> &bull; <a href="#TransparentPaintImage">TransparentPaintImage</a> &bull; <a href="#TransparentPaintImageChroma">TransparentPaintImageChroma</a>]</p>
 
-<h2><a href="http://www.imagemagick.org/api/MagickCore/paint
-_8c.html" id="FloodfillPaintImage">FloodfillPaintImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/paint_8c.html" id="FloodfillPaintImage">FloodfillPaintImage</a></h2>
 <div class="doc-section">
 
 <p>FloodfillPaintImage() changes the color value of any pixel that matches target and is an immediate neighbor.  If the method FillToBorderMethod is specified, the color value is changed for any neighbor pixel that does not match the bordercolor member of image.</p>
@@ -232,8 +230,7 @@
 <p>paint any pixel that does not match the target color.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/paint
-_8c.html" id="OilPaintImage">OilPaintImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/paint_8c.html" id="OilPaintImage">OilPaintImage</a></h2>
 <div class="doc-section">
 
 <p>OilPaintImage() applies a special effect filter that simulates an oil painting.  Each pixel is replaced by the most frequent color occurring in a circular region defined by radius.</p>
@@ -257,8 +254,7 @@
 <p>return any errors or warnings in this structure.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/paint
-_8c.html" id="OpaquePaintImage">OpaquePaintImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/paint_8c.html" id="OpaquePaintImage">OpaquePaintImage</a></h2>
 <div class="doc-section">
 
 <p>OpaquePaintImage() changes any pixel that matches color with the color defined by fill.</p>
@@ -294,8 +290,7 @@
 <p>paint any pixel that does not match the target color.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/paint
-_8c.html" id="TransparentPaintImage">TransparentPaintImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/paint_8c.html" id="TransparentPaintImage">TransparentPaintImage</a></h2>
 <div class="doc-section">
 
 <p>TransparentPaintImage() changes the opacity value associated with any pixel that matches color to the value defined by opacity.</p>
@@ -325,8 +320,7 @@
 <p>paint any pixel that does not match the target color.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/paint
-_8c.html" id="TransparentPaintImageChroma">TransparentPaintImageChroma</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/paint_8c.html" id="TransparentPaintImageChroma">TransparentPaintImageChroma</a></h2>
 <div class="doc-section">
 
 <p>TransparentPaintImageChroma() changes the opacity value associated with any pixel that matches color to the value defined by opacity.</p>