$ grep -r 'link:cg-' .
./contribution-guide/modules/ROOT/pages/documentation/index.adoc:In addition to using Maven to link:cg-build[build the Jetty codebase], we use it to build our docs.
./contribution-guide/modules/ROOT/pages/documentation/index.adoc:Since Jetty's docs are maintained in `git` alongside the rest of the Jetty codebase, you'll need to link:cg-source[check out a local copy] of the code to contribute to the docs.
./contribution-guide/modules/ROOT/pages/patches/index.adoc:The email in your git commits must match the email you used to link:cg-eca[sign the Eclipse Contributor Agreement].
The output of mvn antora -Dargs="--trace" 2>&1 | tee antora-trace.txt is below, but I could not see any messages there
These 3 internal page links are not working:
The output of
mvn antora -Dargs="--trace" 2>&1 | tee antora-trace.txt
is below, but I could not see any messages thereantora-trace.txt
I have prepared a fix for this issue, please wait for my PR