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 59794285e469 chore: use relative link for llms.txt in upgrade guide
59794285e469 is described below

commit 59794285e46961513f8496f9cab0ce6902930cee
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Aug 12 09:26:18 2026 +0200

    chore: use relative link for llms.txt in upgrade guide
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    Signed-off-by: Claus Ibsen <[email protected]>
---
 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc
index fff5f3a8fb8f..59514aaf4294 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc
@@ -45,7 +45,7 @@ unchanged and still does not permit any of the ranges above.
 The Camel Maven archetypes now generate a `README.md` instead of the previous 
`ReadMe.txt`, with the
 content rewritten in Markdown and the documentation links updated. Each 
generated project also gets
 an `AGENTS.md` file with guidance for AI coding assistants, pointing at the 
Apache Camel LLM index
-(`https://camel.apache.org/llms.txt`), the Camel CLI and the Camel MCP server.
+(`/llms.txt`), the Camel CLI and the Camel MCP server.
 
 The `camel-archetype-api-component` archetype also generates its readme again: 
the file was declared
 in the wrong file set and was therefore silently skipped.

Reply via email to