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 fea3a41f6b9f chore: use relative link for llms.txt in 
ai-llm-integration-guide
fea3a41f6b9f is described below

commit fea3a41f6b9f7b9754feb39cb3a2f19470214091
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Aug 6 13:32:51 2026 +0200

    chore: use relative link for llms.txt in ai-llm-integration-guide
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    Signed-off-by: Claus Ibsen <[email protected]>
---
 components/camel-ai/src/main/docs/ai-llm-integration-guide.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-ai/src/main/docs/ai-llm-integration-guide.adoc 
b/components/camel-ai/src/main/docs/ai-llm-integration-guide.adoc
index adfa9d497d51..74581e3a29b4 100644
--- a/components/camel-ai/src/main/docs/ai-llm-integration-guide.adoc
+++ b/components/camel-ai/src/main/docs/ai-llm-integration-guide.adoc
@@ -4,7 +4,7 @@
 
 This guide helps you choose the right Camel AI component and apply common LLM 
integration patterns in production routes. It addresses practical gaps reported 
by users building document-processing and chat pipelines — structured 
extraction, streaming to browsers, dynamic prompts, and prompt management at 
scale.
 
-TIP: For a catalog of all AI components, start at xref:ai-summary.adoc[AI 
Components]. For coding-agent context about Camel itself, see 
https://camel.apache.org/llms.txt[llms.txt].
+TIP: For a catalog of all AI components, start at xref:ai-summary.adoc[AI 
Components]. For coding-agent context about Camel itself, see 
link:/llms.txt[llms.txt].
 
 == Choosing an AI component
 

Reply via email to