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

acosentino 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 93a3e6d0765 Fix ref for Bean Component in CXF docs
93a3e6d0765 is described below

commit 93a3e6d0765941b2b1eef4d1b6ca8dacbcaadd4e
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Sep 19 12:06:53 2024 +0200

    Fix ref for Bean Component in CXF docs
---
 components/camel-cxf/camel-cxf-soap/src/main/docs/cxf-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-cxf/camel-cxf-soap/src/main/docs/cxf-component.adoc 
b/components/camel-cxf/camel-cxf-soap/src/main/docs/cxf-component.adoc
index 5571ad46aba..76db6c2ee6f 100644
--- a/components/camel-cxf/camel-cxf-soap/src/main/docs/cxf-component.adoc
+++ b/components/camel-cxf/camel-cxf-soap/src/main/docs/cxf-component.adoc
@@ -638,7 +638,7 @@ public class TextServiceImpl implements TextService {
 ----
 
 
-Then we can use 
https://camel.apache.org/components/next/bean-component.html[Bean] (don't 
forget to add `camel-bean` dependency to your project) invocation based on 
requested operation name:
+Then we can use xref:components::quartz-component.adoc[Bean Component] (don't 
forget to add `camel-bean` dependency to your project) invocation based on 
requested operation name:
 
 [source,java]
 ----

Reply via email to