ci: use relative links in security-model.adoc#8661
Merged
davsclaus merged 1 commit intoMay 16, 2026
Conversation
The Camel Quarkus security model user-guide page linked the camel.apache.org security page with absolute https://camel.apache.org/... URLs. camel-website's check:html step enforces the camel/relative-links rule and fails on in-site absolute links (2 errors for this page), turning every camel-website pull request red. Convert the two in-site links to root-relative link:/security/, matching apache/camel core security-model.adoc (fixed the same way in apache/camel#23224). The private-security@camel.apache.org email reference is intentionally left unchanged. Documentation-only; same link target, rendered relative. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
oscerd
added a commit
to apache/camel-kamelets
that referenced
this pull request
May 16, 2026
Follow-up to #2836. That PR was squash-merged with only its first commit (placeholder escaping); the relative-link commit was pushed afterwards and never merged, so camel-kamelets main still carries 4 absolute https://camel.apache.org/... links. They are now the sole remaining camel/relative-links failure in the camel-website check:html step (4 errors in camel-kamelets/next/security-model.html), keeping every camel-website PR red. Convert the 4 in-site links to root-relative link: macros (link:/security/, link:/manual/security-model.html), matching apache/camel core security-model.adoc (apache/camel#23224) and the sibling subproject fixes (apache/camel-kafka-connector#1774, apache/camel-quarkus#8661). The merged placeholder escaping is left intact; private-security@camel.apache.org email references are unchanged. Documentation-only; same link targets, rendered relative. Signed-off-by: Andrea Cosentino <ancosen@gmail.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CI Fix
Failed run (camel-website): https://github.com/apache/camel-website/actions/runs/25926572539
Error
camel-website's
check:htmlstep enforces thecamel/relative-linksrule: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 absolutein-site URLs, producing 2 errors in
public/camel-quarkus/next/user-guide/security-model.htmland failing thebuild 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/[...], matchingapache/camel core
security-model.adoc(fixed identically inapache/camel#23224; companion PRs: apache/camel-kamelets#2836,
apache/camel-kafka-connector#1774). The
private-security@camel.apache.orgemail 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