diff --git a/doc/html/apiDocs-3/footer.html b/doc/html/apiDocs-3/footer.html
index f54419017dd1e7ae9a812c0044f86f906e2de21b..8a983759362472b9280c1f4c31a9bf43bcc21745 100644
--- a/doc/html/apiDocs-3/footer.html
+++ b/doc/html/apiDocs-3/footer.html
@@ -1,5 +1,5 @@
     </FONT></TD></TR></TABLE><BR>
-</TD></TR></TABLE></TD></TR></TABLE><BR><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD bgcolor="#0086b2"><IMG height="1" src="images/dot.gif" width="1" alt=""></TD></TR><TR><TD align="center"><FONT color="#0086b2" size="-1"><I>
+</TD></TR></TABLE></TD></TR></TABLE><BR><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD bgcolor="#0086b2"><IMG height="1" src="../resources/dot.gif" width="1" alt=""></TD></TR><TR><TD align="center"><FONT color="#0086b2" size="-1"><I>
               Copyright &copy; 1994-2004 The Apache Software Foundation.
               All Rights Reserved.
             </I></FONT></TD></TR></TABLE></BODY></HTML>
diff --git a/doc/style/stylesheets/any2project.xsl b/doc/style/stylesheets/any2project.xsl
index 191961fd59fd8d4c54376c81e957656708fa2ee9..88ba13075a707b02e6235e976e0e1c4b9301d9fa 100644
--- a/doc/style/stylesheets/any2project.xsl
+++ b/doc/style/stylesheets/any2project.xsl
@@ -11,7 +11,7 @@
   </xsl:template>
 
   <xsl:template match="img">
-    <resource source="{@src}" target="images/{@src}"/>
+    <resource source="{@src}" target="resources/{@src}"/>
   </xsl:template>
 
   <xsl:template match="node()">
diff --git a/doc/style/stylesheets/document2html.xsl b/doc/style/stylesheets/document2html.xsl
index 6ef6d6252ca7c39f249ce8f7897c1186286b7712..55962e1bb34ab2c22e7405cff14c83c856f909c3 100644
--- a/doc/style/stylesheets/document2html.xsl
+++ b/doc/style/stylesheets/document2html.xsl
@@ -78,7 +78,7 @@
           </tr>
         </table><br/>
         <table width="620" border="0" cellspacing="0" cellpadding="0">
-          <tr><td bgcolor="#0086b2"><img src="images/dot.gif" width="1" height="1"/></td></tr>
+          <tr><td bgcolor="#0086b2"><img src="resources/dot.gif" width="1" height="1"/></td></tr>
           <tr>
             <td align="center"><font size="-1" color="#0086b2"><i>
               Copyright &#169; <xsl:value-of select="$copyright"/>.
@@ -417,7 +417,7 @@
   </xsl:template>
 
   <xsl:template match="img">
-    <img src="images/{@src}" border="0" vspace="4" hspace="4" align="right"/>
+    <img src="resources/{@src}" border="0" vspace="4" hspace="4" align="right"/>
   </xsl:template>
 
   <xsl:template match="resource-ref">