This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch fix/RAT-353 in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
commit 09959ab349649b8cbc15743af1edc329722bd66b Author: P. Ottlinger <[email protected]> AuthorDate: Sun Jan 21 00:43:30 2024 +0100 RAT-353: Fix broken link --- src/site/apt/index.apt.vm | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm index bf4513db..1974c503 100644 --- a/src/site/apt/index.apt.vm +++ b/src/site/apt/index.apt.vm @@ -56,11 +56,11 @@ Apache Rat * the command line. Rat is extensible. If your build tool isn't supported, please contribute a - {{{./issue-tracking.html}patch}} or + {{{./issue-management.html}patch}} or {{{./mail-lists.html}talk to us}}. Rat aspires to be self documenting. Please contribute a - {{{./issue-tracking.html}patch}} or + {{{./issue-management.html}patch}} or {{{./mail-lists.html}talk to us}} whenever Rat falls short. @@ -73,9 +73,9 @@ Apache Rat {{{https://www.apache.org/foundation/how-it-works.html} Apache way}}. Please feel free to contribute a - {{{./issue-tracking.html}patch}}, - {{{http://c2.com/cgi/wiki?TestDrivenDevelopment}demonstrate}} a - {{{./issue-tracking.html}bug}}, or + {{{./issue-management.html}patch}}, + {{{https://wiki.c2.com/?TestDrivenDevelopment}demonstrate}} a + {{{./issue-management.html}bug}}, or just {{{./mail-lists.html}talk to us}}. All welcome :-) @@ -128,9 +128,8 @@ git clone https://gitbox.apache.org/repos/asf/creadur-rat.git Quick start - If you want to build RAT just launch 'mvn' inside the root folder. It will automatically perform a + If you want to build RAT just launch 'mvn' or './mvnw' inside the root folder. It will automatically perform a +------------------------------------------+ mvn clean install +------------------------------------------+ -
