This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 3958c556a14d chore: use relative links to camel.apache.org blog posts 
in camel-jbang-tui.adoc
3958c556a14d is described below

commit 3958c556a14d77a3fdeda7b86218f9e4231ed540
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Sep 17 16:10:31 2026 +0200

    chore: use relative links to camel.apache.org blog posts in 
camel-jbang-tui.adoc
    
    The website build's html check rejects absolute camel.apache.org links
    (camel/relative-links rule).
    
    Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
---
 docs/user-manual/modules/ROOT/pages/camel-jbang-tui.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang-tui.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-jbang-tui.adoc
index 64db50b05aa8..79460dcccf96 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang-tui.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang-tui.adoc
@@ -966,9 +966,9 @@ session totals per question.
 and the live runner state and host load on the Ollama tab need the server on 
the same machine.
 
 For the wider picture see the blog posts
-https://camel.apache.org/blog/2026/09/camel-local-model-benchmark/index.html[We
 had a frontier AI coach a small local model through Camel]
+link:/blog/2026/09/camel-local-model-benchmark/[We had a frontier AI coach a 
small local model through Camel]
 on what a local model can do with Camel and what was changed to help it, and
-https://camel.apache.org/blog/2026/09/camel-genai-observability-jbang/index.html[Observe
 Your Camel AI Routes with GenAI OpenTelemetry]
+link:/blog/2026/09/camel-genai-observability-jbang/[Observe Your Camel AI 
Routes with GenAI OpenTelemetry]
 on observing routes that call Ollama.
 
 ==== Using an OpenAI-compatible local server

Reply via email to