You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by hb...@apache.org on 2017/10/21 15:52:17 UTC

svn commit: r1019920 - /websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/creating-content.html

Author: hboutemy
Date: Sat Oct 21 15:52:17 2017
New Revision: 1019920

Log:
Site checkin for project Apache Maven Site Plugin

Modified:
    websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/creating-content.html

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/creating-content.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/creating-content.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/creating-content.html Sat Oct 21 15:52:17 2017
@@ -483,7 +483,7 @@
 <p>For example, the module for the Maven website contains a <a class="externalLink" href="http://svn.apache.org/repos/asf/maven/site/trunk/content/xdoc/download.xml.vm"><tt>content/xdoc/download.xml.vm</tt></a> file, which uses the expression <tt>${currentStableVersion}</tt> to filter in a property set in the <a class="externalLink" href="http://svn.apache.org/repos/asf/maven/site/trunk/pom.xml">POM</a>.</p>
 <p><b>Note:</b> <a class="externalLink" href="http://velocity.apache.org/">Apache Velocity</a> is used to apply the filtering.</p>
 <p>Some properties are defined by default: see <a href="/doxia/doxia-sitetools/doxia-site-renderer/#Velocity_processing"> Doxia Site Renderer's Velocity processing reference</a> for more information. For a complete usage overview, see Velocity's <a class="externalLink" href="http://velocity.apache.org/engine/devel/user-guide.html">user guide</a>.</p>
-<p>Since version 3.5, you can save processed markup by setting <tt>saveProcessedContent</tt> to <tt>true</tt>: see <a href="./site-mojo.html#saveProcessedContent">corresponding documentation</a> for more details.</p>
+<p>Since version 3.5, you can save processed markup by setting <tt>saveProcessedContent</tt> to <tt>true</tt>: see <a href="../site-mojo.html#saveProcessedContent">corresponding documentation</a> for more details.</p>
 <div class="section">
 <h4><a name="Common_Issues_and_Workarounds"></a>Common Issues and Workarounds</h4>
 <ul>