You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/05/24 06:27:35 UTC

[maven-jxr] branch master updated: updated template location

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jxr.git


The following commit(s) were added to refs/heads/master by this push:
     new 5a3fe73  updated template location
5a3fe73 is described below

commit 5a3fe7346ea1086ced56aad6732293c321c36ac0
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun May 24 08:27:10 2020 +0200

    updated template location
---
 src/site/apt/examples/java.apt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/site/apt/examples/java.apt b/src/site/apt/examples/java.apt
index 97ea604..038c85c 100644
--- a/src/site/apt/examples/java.apt
+++ b/src/site/apt/examples/java.apt
@@ -47,18 +47,18 @@ jxr.xref( Collections.singletonList( "/src/main/java/" ), "templateDir",
 +------+
 
  <<Note>>: the <templateDir> is a directory with several {{{http://velocity.apache.org/}Velocity}} templates.
- Maven JXR uses its own {{{https://svn.apache.org/repos/asf/maven/jxr/trunk/maven-jxr/src/main/resources/templates}templates}}.
+ Maven JXR uses its own {{{https://github.com/apache/maven-jxr/tree/master/maven-jxr/src/main/resources/templates}templates}}.
 
  The generated JXR structure should be like the following:
 
-+------+
+------
 /target/jxr
  |- allclasses-frame.html
  |- index.html
  |- overview-frame.html
  |- overview-summary.html
  ...
-+------+
+------
 
 * Transforming a Single Java Source File