You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ja...@apache.org on 2005/07/04 08:47:56 UTC

svn commit: r209023 - /webservices/axis/trunk/java/xdocs/userguide.html

Author: jaliya
Date: Sun Jul  3 23:47:55 2005
New Revision: 209023

URL: http://svn.apache.org/viewcvs?rev=209023&view=rev
Log:
Fixed a wrong link

Modified:
    webservices/axis/trunk/java/xdocs/userguide.html

Modified: webservices/axis/trunk/java/xdocs/userguide.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/xdocs/userguide.html?rev=209023&r1=209022&r2=209023&view=diff
==============================================================================
--- webservices/axis/trunk/java/xdocs/userguide.html (original)
+++ webservices/axis/trunk/java/xdocs/userguide.html Sun Jul  3 23:47:55 2005
@@ -123,7 +123,7 @@
 <h2> Web Services Using Axis2</h2>
 <p>Before starting, please check whether you have deployed the &quot;axis2.war&quot; in your servlet container and it is working 
 properly. (See 
-<a href="file:///G:/Documents%20and%20Settings/Jaliya/Desktop/installationguide.htm">Installation Guide</a>). User can 
+<a href="installationguide.html">Installation Guide</a>). User can 
 select any of the&nbsp; following two ways of writing web services using Axis2. </p>
 <ul>
 	<li>Use Axis2's primary interfaces and implement the business logic.</li>