You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2017/09/03 13:36:07 UTC

svn commit: r1807149 - in /maven/plugins/trunk/maven-jmod-plugin/src/site/apt: examples/example-describe.apt.vm examples/example-list.apt.vm index.apt.vm

Author: khmarbaise
Date: Sun Sep  3 13:36:07 2017
New Revision: 1807149

URL: http://svn.apache.org/viewvc?rev=1807149&view=rev
Log:
Fixed links.

Modified:
    maven/plugins/trunk/maven-jmod-plugin/src/site/apt/examples/example-describe.apt.vm
    maven/plugins/trunk/maven-jmod-plugin/src/site/apt/examples/example-list.apt.vm
    maven/plugins/trunk/maven-jmod-plugin/src/site/apt/index.apt.vm

Modified: maven/plugins/trunk/maven-jmod-plugin/src/site/apt/examples/example-describe.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/site/apt/examples/example-describe.apt.vm?rev=1807149&r1=1807148&r2=1807149&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/site/apt/examples/example-describe.apt.vm (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/site/apt/examples/example-describe.apt.vm Sun Sep  3 13:36:07 2017
@@ -28,7 +28,7 @@ Usage
 * Describe Goal
 
   Assuming you have configured the Maven JMod Plugin 
-  {{{./usage.html}accordingly to the usage page}} like the following:
+  {{{../usage.html}accordingly to the usage page}} like the following:
 
 +----
 <project>

Modified: maven/plugins/trunk/maven-jmod-plugin/src/site/apt/examples/example-list.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/site/apt/examples/example-list.apt.vm?rev=1807149&r1=1807148&r2=1807149&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/site/apt/examples/example-list.apt.vm (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/site/apt/examples/example-list.apt.vm Sun Sep  3 13:36:07 2017
@@ -28,7 +28,7 @@ Usage
 * List Goal
 
   Assuming you have configured the Maven JMod Plugin 
-  {{{/usage.html}accordingly to the usage page}} like the following:
+  {{{../usage.html}accordingly to the usage page}} like the following:
 
 +----
 <project>

Modified: maven/plugins/trunk/maven-jmod-plugin/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/site/apt/index.apt.vm?rev=1807149&r1=1807148&r2=1807149&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/site/apt/index.apt.vm (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/site/apt/index.apt.vm Sun Sep  3 13:36:07 2017
@@ -67,8 +67,8 @@ ${project.name}
   To provide you with better understanding on some usages of the Maven JMod Plugin,
   you can take a look into the following examples:
 
-  * {{{/examples/example-list.html}Usage of jmod:list}} goal.
+  * {{{./examples/example-list.html}Usage of jmod:list}} goal.
 
-  * {{{/examples/example-describe.html}Usage of jmod:describe}} goal.
+  * {{{./examples/example-describe.html}Usage of jmod:describe}} goal.
 
   []