jetty / jetty.website

Antora-based jetty.org website.
https://jetty.org
Eclipse Public License 2.0
1 stars 4 forks source link

404 on 3 links in Contribution Guide #60

Closed afarber closed 1 month ago

afarber commented 1 month ago

These 3 internal page links are not working:

$ 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

antora-trace.txt

I have prepared a fix for this issue, please wait for my PR

olamy commented 1 month ago

PR merged. Thanks