Author: ltheussl
Date: Tue Dec 21 11:08:52 2010
New Revision: 1051449
URL: http://svn.apache.org/viewvc?rev=1051449&view=rev
Log:
ad [MSITE-466]: add a note about trailing slash in <url>
Modified:
maven/plugins/trunk/maven-site-plugin/src/site/fml/faq.fml
Modified: maven/plugins/trunk/maven-site-plugin/src/site/fml/faq.fml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/site/fml/faq.fml?rev=1051449&r1=1051448&r2=1051449&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/site/fml/faq.fml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/site/fml/faq.fml Tue Dec 21
11:08:52 2010
@@ -116,6 +116,7 @@ under the License.
In a multi module build it is important for the parent and child
modules to have <strong>different</strong> URLs. If they have the
same URL, then links within the combined site will not work.
+ Note that a proper URL <strong>should</strong> also be terminated by
a slash ("/").
</p>
</answer>
</faq>