Make linkcheck happy

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

View File

@ -250,7 +250,7 @@ public final class ScmUtil
/**
* Create the documentation to provide an anonymous access with a <code>SVN</code> SCM.
* For example, generate the following command line:
* <p>svn checkout http://svn.apache.org/repos/asf/maven/components/trunk maven</p>
* <p>svn checkout http://svn.apache.org/repos/asf/maven/components/trunk/ maven</p>
*
* @param connection The connection string.
* @param checkoutDirectoryName The checkout directory.