oscerd opened a new pull request, #1774:
URL: https://github.com/apache/camel-kafka-connector/pull/1774

   ## 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/...`
   URLs. The Camel Kafka Connector security model page
   (`docs/modules/ROOT/pages/security-model.adoc`) used 8 absolute in-site URLs,
   producing **8 errors** in 
`public/camel-kafka-connector/next/security-model.html`
   and failing the build for **every** camel-website pull request (the failure 
is
   unrelated to whatever camel-website PR triggers the run).
   
   ### Fix
   
   Convert the 8 in-site links to root-relative `link:` macros
   (`link:/security/`, `link:/manual/security-model.html`,
   `link:/camel-kamelets/latest/`), matching how apache/camel core
   `security-model.adoc` does it (fixed identically in apache/camel#23224 and in
   the companion camel-kamelets PR apache/camel-kamelets#2836).
   
   - Documentation-only, single file, same link targets (rendered relative).
   - No local Antora CLI in the environment; the camel-website Antora/htmltest
     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]

Reply via email to