doc: use relative links in security-model.adoc#23224
Merged
Merged
Conversation
The website HTML checker rejects absolute https://camel.apache.org/security/ links inside camel.apache.org pages. Replace the five occurrences with root-relative link:/security/[] to follow the same convention used by other doc pages (e.g. link:/community/mailing-list/). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🐫 Apache Camel Committers, please review the following items:
|
orpiske
approved these changes
May 14, 2026
Contributor
|
🧪 CI tested the following changed modules:
|
oscerd
added a commit
to oscerd/camel-kamelets-validator
that referenced
this pull request
May 15, 2026
The page linked the camel.apache.org security page and the Camel core security model with absolute https://camel.apache.org/... URLs. camel-website's check:html step enforces the camel/relative-links rule and fails the build on in-site absolute links (4 errors for this page), turning every camel-website pull request red. Convert the four in-site links to root-relative link: macros (link:/security/, link:/manual/security-model.html), matching apache/camel core security-model.adoc (fixed the same way in apache/camel#23224). The private-security@camel.apache.org email references are intentionally left 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>
davsclaus
pushed a commit
to apache/camel-kafka-connector
that referenced
this pull request
May 16, 2026
The Camel Kafka Connector security model page linked the camel.apache.org security page, the Camel core security model and the Kamelets catalog 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 (8 errors for this page), turning every camel-website pull request red. Convert the eight in-site links to root-relative link: macros, matching apache/camel core security-model.adoc (fixed the same way in apache/camel#23224). 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>
davsclaus
pushed a commit
to apache/camel-quarkus
that referenced
this pull request
May 16, 2026
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. Signed-off-by: Andrea Cosentino <ancosen@gmail.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
oscerd
added a commit
to oscerd/camel-karaf
that referenced
this pull request
May 16, 2026
Convert the three in-site links from absolute link:https://camel.apache.org/ URLs to root-relative link:/security/ form, matching apache/camel core security-model.adoc (apache/camel#23224) and the companion per-subproject fixes. This keeps PR apache#706 from introducing camel/relative-links failures in the camel-website build once merged. Documentation-only; same link target. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
This was referenced May 16, 2026
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.
Summary
https://camel.apache.org/security/links with root-relativelink:/security/[]insecurity-model.adoccamel/relative-linksrule)link:/community/mailing-list/[],link:/community/team/[])Test plan
camel/relative-linkserrors forsecurity-model.html/security/pageClaude Code on behalf of Andrea Cosentino
🤖 Generated with Claude Code