You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/04/12 19:06:55 UTC

svn commit: r393529 - /maven/maven-1/plugins/trunk/site/xdocs/index.xml

Author: ltheussl
Date: Wed Apr 12 10:06:54 2006
New Revision: 393529

URL: http://svn.apache.org/viewcvs?rev=393529&view=rev
Log:
Fix links

Modified:
    maven/maven-1/plugins/trunk/site/xdocs/index.xml

Modified: maven/maven-1/plugins/trunk/site/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/site/xdocs/index.xml?rev=393529&r1=393528&r2=393529&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/site/xdocs/index.xml (original)
+++ maven/maven-1/plugins/trunk/site/xdocs/index.xml Wed Apr 12 10:06:54 2006
@@ -30,7 +30,7 @@
       <p>
         This plug-in is used to generate the documentation site for your
         project. This includes both transforming your custom xdoc documents into
-        XHTML (see the <a href="/plugins/xdoc/">xdoc plugin</a>), and
+        XHTML (see the <a href="http://maven.apache.org/maven-1.x/plugins/xdoc/">xdoc plugin</a>), and
         running the designated reports for your project. The result is then
         packaged or deployed in the form that you desire.
       </p>
@@ -86,7 +86,7 @@
               This uses SSH to transfer the files. The site is first packaged into a compressed tar archive,
               transferred using <code>scp</code>, then uncompressed using remote commands via <code>ssh</code>.
               This method requires that you have <code>ssh</code> and <code>scp</code> locally (PuTTY will suffice
-              as long as your properties are set correctly - see the <a href="faq.html">FAQ</a>).
+              as long as your <a href="properties.html#Using_Putty_as_ssh_client">properties</a> are set correctly).
               It also requires that your remote server has an SSH server running, with <code>tar</code> and
               <code>gunzip</code> available. This also requires that you have a suitable SSH agent and private
               key set up such that you can log in to the remote server without having to enter a password.