oscerd opened a new pull request, #8661: URL: https://github.com/apache/camel-quarkus/pull/8661
## CI Fix **Failed run (camel-website):** https://github.com/apache/camel-website/actions/runs/25926572539 ### Error camel-website's `check:html` step enforces the `camel/relative-links` rule: in-site links must be relative, not absolute `https://camel.apache.org/...`. The Camel Quarkus security model page (`docs/modules/ROOT/pages/user-guide/security-model.adoc`) used 2 absolute in-site URLs, producing **2 errors** in `public/camel-quarkus/next/user-guide/security-model.html` and failing the build for **every** camel-website pull request (unrelated to whichever camel-website PR triggers the run). ### Fix Convert the 2 in-site links to root-relative `link:/security/[...]`, matching apache/camel core `security-model.adoc` (fixed identically in apache/camel#23224; companion PRs: apache/camel-kamelets#2836, apache/camel-kafka-connector#1774). The `[email protected]` email reference is left unchanged. Documentation-only, single file, same link target rendered relative. No local Antora CLI in the environment; the camel-website build is the definitive check. ### Deferred Issues None. --- _Claude Code on behalf of Andrea Cosentino_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
