diff --git a/www/api/blob.html b/www/api/blob.html
index 7bb5265..ed1af2b 100644
--- a/www/api/blob.html
+++ b/www/api/blob.html
@@ -190,12 +190,10 @@
 

 <div class="main">

 

-<h1>Module blob
- Methods</h1>
+<h1>Module blob Methods</h1>
 <p class="navigation-index">[<a href="#BlobToImage">BlobToImage</a> &bull; <a href="#FileToImage">FileToImage</a> &bull; <a href="#GetBlobProperties">GetBlobProperties</a> &bull; <a href="#ImageToBlob">ImageToBlob</a> &bull; <a href="#ImageToFile">ImageToFile</a> &bull; <a href="#ImagesToBlob">ImagesToBlob</a> &bull; <a href="#InjectImageBlob">InjectImageBlob</a>]</p>
 
-<h2><a href="http://www.imagemagick.org/api/MagickCore/blob
-_8c.html" id="BlobToImage">BlobToImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/blob_8c.html" id="BlobToImage">BlobToImage</a></h2>
 <div class="doc-section">
 
 <p>BlobToImage() implements direct to memory image formats.  It returns the blob as an image.</p>
@@ -222,8 +220,7 @@
 <p>return any errors or warnings in this structure.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/blob
-_8c.html" id="FileToImage">FileToImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/blob_8c.html" id="FileToImage">FileToImage</a></h2>
 <div class="doc-section">
 
 <p>FileToImage() write the contents of a file to an image.</p>
@@ -243,8 +240,7 @@
 <p>the filename.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/blob
-_8c.html" id="GetBlobProperties">GetBlobProperties</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/blob_8c.html" id="GetBlobProperties">GetBlobProperties</a></h2>
 <div class="doc-section">
 
 <p>GetBlobProperties() returns information about an image blob.</p>
@@ -261,8 +257,7 @@
 <p>the image.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/blob
-_8c.html" id="ImageToBlob">ImageToBlob</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/blob_8c.html" id="ImageToBlob">ImageToBlob</a></h2>
 <div class="doc-section">
 
 <p>ImageToBlob() implements direct to memory image formats.  It returns the image as a formatted blob and its length.  The magick member of the Image structure   determines the format of the returned blob (GIF, JPEG, PNG, etc.).  This method is the equivalent of WriteImage(), but writes the formatted "file" to a memory buffer rather than to an actual file.</p>
@@ -289,8 +284,7 @@
 <p>return any errors or warnings in this structure.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/blob
-_8c.html" id="ImageToFile">ImageToFile</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/blob_8c.html" id="ImageToFile">ImageToFile</a></h2>
 <div class="doc-section">
 
 <p>ImageToFile() writes an image to a file.  It returns MagickFalse if an error occurs otherwise MagickTrue.</p>
@@ -314,8 +308,7 @@
 <p>return any errors or warnings in this structure.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/blob
-_8c.html" id="ImagesToBlob">ImagesToBlob</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/blob_8c.html" id="ImagesToBlob">ImagesToBlob</a></h2>
 <div class="doc-section">
 
 <p>ImagesToBlob() implements direct to memory image formats.  It returns the image sequence as a blob and its length.  The magick member of the ImageInfo structure determines the format of the returned blob (GIF, JPEG,  PNG, etc.)</p>
@@ -344,8 +337,7 @@
 <p>return any errors or warnings in this structure.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/blob
-_8c.html" id="InjectImageBlob">InjectImageBlob</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/blob_8c.html" id="InjectImageBlob">InjectImageBlob</a></h2>
 <div class="doc-section">
 
 <p>InjectImageBlob() injects the image with a copy of itself in the specified format (e.g. inject JPEG into a PDF image).</p>