Claude Warren created RAT-493:
---------------------------------
Summary: Clean up link errors
Key: RAT-493
URL: https://issues.apache.org/jira/browse/RAT-493
Project: Apache Rat
Issue Type: Task
Components: documentation
Affects Versions: 0.17
Reporter: Claude Warren
{{{color:#1d1c1d}mvn site
mvn site:stage
cd target/staging
docker run --rm -it -u $(id -u):$(id -g) -v "$PWD":/mnt
ghcr.io/linkchecker/linkchecker:latest --verbose index.html >
../linkcheck.out{color}}}
produces a target/linkcheck.out file that lists all the link errors. As of
this writing 181.
These need to be fixed.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)