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

apupier 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 4726a271037d Fix doc by using relative link to apache camel website
4726a271037d is described below

commit 4726a271037d9b550a4dc6b8747784d82c8b3bef
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Wed May 27 14:41:15 2026 +0200

    Fix doc by using relative link to apache camel website
    
    introduced by
    
https://github.com/apache/camel/commit/aa22a6194bcb6eb461a31a0daf12c37b9cc05798
    the doc PR validation has not caught it
    https://github.com/apache/camel/actions/runs/26436265031/job/77819715735
    
    the error was:
    ```
    
/home/jenkins/712657a4/workspace/Camel_Camel.website_main/camel-website/public/manual/camel-jbang-mcp.html
    
    [check:html     ]   41:5221  error  For links within camel.apache.org
    use relative links, found:
    https://camel.apache.org/manual/camel-jbang.html
    ```
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 docs/user-manual/modules/ROOT/pages/camel-jbang-mcp.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang-mcp.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-jbang-mcp.adoc
index 3a9eb2bb29fd..12be71119980 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang-mcp.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang-mcp.adoc
@@ -560,7 +560,7 @@ The same MCP server provides both catalog and runtime 
capabilities.
 === Prerequisites
 
 * https://www.jbang.dev/[JBang] installed and on your PATH
-* https://camel.apache.org/manual/camel-jbang.html[Camel JBang] installed 
(`jbang app install camel@apache/camel`)
+* manual/camel-jbang.html[Camel JBang] installed (`jbang app install 
camel@apache/camel`)
 * An MCP-capable AI tool (Claude Code, VS Code with Copilot, JetBrains AI, 
etc.) configured as shown in the <<Setup>> section above
 
 === Step 1: Ask the AI to build a route

Reply via email to