You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2016/02/13 12:44:27 UTC

svn commit: r1730186 - in /axis/axis2/java/core/trunk/src/site/xdoc/tools: eclipse/plugin-installation.xml index.xml

Author: veithen
Date: Sat Feb 13 11:44:26 2016
New Revision: 1730186

URL: http://svn.apache.org/viewvc?rev=1730186&view=rev
Log:
Fix some links.

Modified:
    axis/axis2/java/core/trunk/src/site/xdoc/tools/eclipse/plugin-installation.xml
    axis/axis2/java/core/trunk/src/site/xdoc/tools/index.xml

Modified: axis/axis2/java/core/trunk/src/site/xdoc/tools/eclipse/plugin-installation.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/tools/eclipse/plugin-installation.xml?rev=1730186&r1=1730185&r2=1730186&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/tools/eclipse/plugin-installation.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/tools/eclipse/plugin-installation.xml Sat Feb 13 11:44:26 2016
@@ -47,7 +47,7 @@
                 Axis2 plugins:
             </p>
             <ol>
-                <li><a href="../index.html">Download</a> the ZIP file for the plugin you want to install.</li>
+                <li><a href="../../download.html">Download</a> the ZIP file for the plugin you want to install.</li>
                 <li>Extract the content of the <tt>plugins</tt> folder in the ZIP archive into the
                 <tt>dropins</tt> folder (i.e. do <b>not</b> create a <tt>plugins</tt> folder under <tt>dropins</tt>).</li>
             </ol>
@@ -62,7 +62,7 @@
                 procedure to install the Axis2 plugins:
             </p>
             <ol>
-                <li><a href="../index.html">Download</a> the ZIP file for the plugin you want to install.</li>
+                <li><a href="../../download.html">Download</a> the ZIP file for the plugin you want to install.</li>
                 <li>Extract the content of the ZIP archive into the Eclipse installation directory.
                 This should add one or more JAR files and/or directories to the existing <tt>plugins</tt>
                 folder.</li>

Modified: axis/axis2/java/core/trunk/src/site/xdoc/tools/index.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/tools/index.xml?rev=1730186&r1=1730185&r2=1730186&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/tools/index.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/tools/index.xml Sat Feb 13 11:44:26 2016
@@ -113,7 +113,7 @@ WSDL.</p>
 		</table>
 		<p>The command line tools and Ant tasks are bundled with the Axis2 binary distribution.
 		The Eclipse and IntelliJ IDEA plugins are shipped as separate archives. These files can
-		be downloaded <a href="download.html">here</a>.
+		be downloaded <a href="../download.html">here</a>.
 		All Maven plugins are available from the Maven central repository and need not be downloaded separately.</p>
 	</body>
 </document>