ci: use relative links in security-model.adoc (follow-up to #2836)#2838
Merged
oscerd merged 1 commit intoMay 16, 2026
Merged
Conversation
Follow-up to apache#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. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: Andrea Cosentino <ancosen@gmail.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
Why a second PR
#2836 was squash-merged with only its first commit (
ci: escape Kamelet placeholder syntax). The second commit (relative links) was pushed after thesquash-merge and was therefore orphaned, so
mainstill carries the 4 absolutehttps://camel.apache.org/...links. With the camel-kafka-connector (#1774)and camel-quarkus (#8661) fixes now merged, this page is the sole remaining
camel/relative-linksfailure — 4 errors inpublic/camel-kamelets/next/security-model.html, keeping every camel-websitePR red.
Fix
Convert the 4 in-site links to root-relative
link:/security/andlink:/manual/security-model.html, matching apache/camel coresecurity-model.adoc(apache/camel#23224). The merged placeholder-escapingfix from #2836 is preserved untouched;
private-security@camel.apache.orgemail references are unchanged.
build is the definitive check.
Deferred Issues
None.
Claude Code on behalf of Andrea Cosentino