This is an automated email from the ASF dual-hosted git repository.
oscerd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/main by this push:
new b9ae43632 ci: use relative links in security-model.adoc (#2838)
b9ae43632 is described below
commit b9ae436328e4dd7a1b11b07b4b8d221c24f4d35e
Author: Andrea Cosentino <[email protected]>
AuthorDate: Sat May 16 20:44:51 2026 +0200
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; [email protected] email
references are unchanged. Documentation-only; same link targets, rendered
relative.
Signed-off-by: Andrea Cosentino <[email protected]>
Co-authored-by: Claude Opus 4.7 (1M context) <[email protected]>
---
docs/modules/ROOT/pages/security-model.adoc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/modules/ROOT/pages/security-model.adoc
b/docs/modules/ROOT/pages/security-model.adoc
index 5730da682..540309241 100644
--- a/docs/modules/ROOT/pages/security-model.adoc
+++ b/docs/modules/ROOT/pages/security-model.adoc
@@ -9,7 +9,7 @@ hardened in a Kamelet template or addressed by the deployment.
The Kamelet Catalog is an *Apache Camel sub-project*. It does not define its
own
trust model from scratch: it *specialises* the
-https://camel.apache.org/manual/security-model.html[Apache Camel Security
Model]
+link:/manual/security-model.html[Apache Camel Security Model]
for the specific shape of a Kamelet (a pre-written, PMC-reviewed Camel route
template distributed as YAML). Where this document is silent, the Camel
Security
Model governs. Where they overlap, this document is the more specific authority
@@ -441,7 +441,7 @@ change matches this model:
The Kamelet Catalog uses the standard Apache Camel / ASF vulnerability process:
-* Read https://camel.apache.org/security/[Apache Camel Security].
+* Read link:/security/[Apache Camel Security].
* Email `[email protected]` with the affected catalog
version(s), the specific Kamelet, and a proof of concept that demonstrates
the
trust-boundary breach *through a shipped template in its default
@@ -577,10 +577,10 @@ revise this page rather than make an ad-hoc call.
== Related documents
-* https://camel.apache.org/manual/security-model.html[Apache Camel Security
+* link:/manual/security-model.html[Apache Camel Security
Model] - the parent model this page specialises.
* xref:development.adoc[Kamelets Developer Guide] - how Kamelets are authored.
* xref:apis/spec.adoc[Kamelet CRD specification] - the YAML contract.
-* https://camel.apache.org/security/[Apache Camel Security] - the public
+* link:/security/[Apache Camel Security] - the public
advisory index and reporting process.
* `SECURITY.md` (repository root) - the GitHub-rendered security pointer.