You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2009/11/23 20:38:53 UTC

svn commit: r883472 - /james/hupa/trunk/src/site/xdoc/screenshots.xml

Author: norman
Date: Mon Nov 23 19:38:51 2009
New Revision: 883472

URL: http://svn.apache.org/viewvc?rev=883472&view=rev
Log:
fix image paths

Modified:
    james/hupa/trunk/src/site/xdoc/screenshots.xml

Modified: james/hupa/trunk/src/site/xdoc/screenshots.xml
URL: http://svn.apache.org/viewvc/james/hupa/trunk/src/site/xdoc/screenshots.xml?rev=883472&r1=883471&r2=883472&view=diff
==============================================================================
--- james/hupa/trunk/src/site/xdoc/screenshots.xml (original)
+++ james/hupa/trunk/src/site/xdoc/screenshots.xml Mon Nov 23 19:38:51 2009
@@ -23,15 +23,15 @@
       <p>
         Ok, here we are. The login form on the dev build 2009.11.23
       </p>
-      <img src="../images/ss/hupa-login.png" />
+      <img src="images/ss/hupa-login.png" />
       <p>
         And here the main message browsing interface, also from 2009.11.23 build.
       </p>
-      <a href="../images/ss/hupa-main.png" target="_new"><img src="../images/ss/hupa-main-small.gif" /></a>
+      <a href="images/ss/hupa-main.png" target="_new"><img src="images/ss/hupa-main-small.gif" /></a>
       <p>
         And the last one, the message composing interface, from 2009.11.23 build.
       </p>
-      <a href="../images/ss/hupa-new.png" target="_new"><img src="../images/ss/hupa-new-small.gif" /></a>
+      <a href="images/ss/hupa-new.png" target="_new"><img src="images/ss/hupa-new-small.gif" /></a>
     </section>
   </body>
 </document>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org