Skip to content

Commit b9ae436

Browse files
oscerdclaude
andauthored
ci: use relative links in security-model.adoc (#2838)
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>
1 parent 07b6c7c commit b9ae436

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/modules/ROOT/pages/security-model.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ hardened in a Kamelet template or addressed by the deployment.
99

1010
The Kamelet Catalog is an *Apache Camel sub-project*. It does not define its own
1111
trust model from scratch: it *specialises* the
12-
https://camel.apache.org/manual/security-model.html[Apache Camel Security Model]
12+
link:/manual/security-model.html[Apache Camel Security Model]
1313
for the specific shape of a Kamelet (a pre-written, PMC-reviewed Camel route
1414
template distributed as YAML). Where this document is silent, the Camel Security
1515
Model governs. Where they overlap, this document is the more specific authority
@@ -441,7 +441,7 @@ change matches this model:
441441

442442
The Kamelet Catalog uses the standard Apache Camel / ASF vulnerability process:
443443

444-
* Read https://camel.apache.org/security/[Apache Camel Security].
444+
* Read link:/security/[Apache Camel Security].
445445
* Email `private-security@camel.apache.org` with the affected catalog
446446
version(s), the specific Kamelet, and a proof of concept that demonstrates the
447447
trust-boundary breach *through a shipped template in its default
@@ -577,10 +577,10 @@ revise this page rather than make an ad-hoc call.
577577

578578
== Related documents
579579

580-
* https://camel.apache.org/manual/security-model.html[Apache Camel Security
580+
* link:/manual/security-model.html[Apache Camel Security
581581
Model] - the parent model this page specialises.
582582
* xref:development.adoc[Kamelets Developer Guide] - how Kamelets are authored.
583583
* xref:apis/spec.adoc[Kamelet CRD specification] - the YAML contract.
584-
* https://camel.apache.org/security/[Apache Camel Security] - the public
584+
* link:/security/[Apache Camel Security] - the public
585585
advisory index and reporting process.
586586
* `SECURITY.md` (repository root) - the GitHub-rendered security pointer.

0 commit comments

Comments
 (0)