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-karaf.git
commit 59cbbb9ad275ccd40fbf00379a76c417878dd7f7 Author: Andrea Cosentino <[email protected]> AuthorDate: Sat May 16 18:37:50 2026 +0200 docs: use relative links in camel-karaf security-model.adoc 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 #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) <[email protected]> Signed-off-by: Andrea Cosentino <[email protected]> --- docs/modules/ROOT/pages/security-model.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/modules/ROOT/pages/security-model.adoc b/docs/modules/ROOT/pages/security-model.adoc index 06ec4d5c5..959ec8964 100644 --- a/docs/modules/ROOT/pages/security-model.adoc +++ b/docs/modules/ROOT/pages/security-model.adoc @@ -52,7 +52,7 @@ and does not move ownership to camel-karaf. matching <<open-questions>> entry until ratified. * *Reporting cross-reference*: camel-karaf uses the Apache Camel vulnerability reporting process. Findings that fall under <<security-properties>> are - reported per `SECURITY.md` / link:https://camel.apache.org/security/[Apache + reported per `SECURITY.md` / link:/security/[Apache Camel Security]; findings that fall under <<out-of-scope>> or <<not-provided>> will be closed citing this document. * *Provenance retention*: the dated provenance tags are *retained* in this @@ -667,7 +667,7 @@ For the record, the ratified positions are: camel-karaf uses the Apache Camel / ASF vulnerability reporting process. -* Read link:https://camel.apache.org/security/[Apache Camel Security] and the +* Read link:/security/[Apache Camel Security] and the repository `SECURITY.md`. * Email the Apache Camel private security list with a description, affected camel-karaf and Camel versions, and a proof of concept demonstrating the @@ -687,7 +687,7 @@ are redirected to the Apache Camel process. * https://github.com/apache/camel/blob/main/docs/user-manual/modules/ROOT/pages/security-model.adoc[Apache Camel Security Model] — *canonical* for all data-plane vulnerability classes; this page is the Karaf-specific delta only. -* link:https://camel.apache.org/security/[Apache Camel Security] — the public +* link:/security/[Apache Camel Security] — the public advisory index and reporting process (covers camel-karaf). * `SECURITY.md` (repository root) — the GitHub-rendered security pointer. * xref:index.adoc[Support for Apache Karaf] — what camel-karaf is and how it
