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 2e5469137af Fix: Update the url of java chunk doc (#17407)
2e5469137af is described below

commit 2e5469137afdb6c7d7b2a70e40be0dfd27e0ed0e
Author: Sellami <[email protected]>
AuthorDate: Tue Mar 11 06:05:57 2025 +0000

    Fix: Update the url of java chunk doc (#17407)
---
 components/camel-chunk/src/main/docs/chunk-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-chunk/src/main/docs/chunk-component.adoc 
b/components/camel-chunk/src/main/docs/chunk-component.adoc
index de73618e99a..2474844862d 100644
--- a/components/camel-chunk/src/main/docs/chunk-component.adoc
+++ b/components/camel-chunk/src/main/docs/chunk-component.adoc
@@ -15,7 +15,7 @@
 *{component-header}*
 
 The Chunk component allows for processing a message using a
-http://www.x5software.com/chunk/examples/ChunkExample?loc=en_US[Chunk] 
template.
+https://github.com/tomj74/chunk-templates[Chunk] template.
 This can be ideal when using Templating to
 generate responses for requests.
 

Reply via email to