Fix links

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@393529 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-04-12 17:06:54 +00:00
parent ebf991c71a
commit c1d9561634

View File

@ -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.