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 c3da81c2951 docs: fix invalid document file (#8969)
c3da81c2951 is described below

commit c3da81c2951373e24f5cc09364e75dabaa44b69f
Author: Mateus Alexandre <mateusa...@gmail.com>
AuthorDate: Wed Jan 4 02:50:01 2023 -0300

    docs: fix invalid document file (#8969)
---
 .../src/main/docs/modules/eips/pages/eventDrivenConsumer-eip.adoc       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/eventDrivenConsumer-eip.adoc
 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/eventDrivenConsumer-eip.adoc
index e38df06b8d1..118f3de40f9 100644
--- 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/eventDrivenConsumer-eip.adoc
+++ 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/eventDrivenConsumer-eip.adoc
@@ -9,7 +9,7 @@ The default consumer model is event based (i.e. asynchronous)
 as this means that the Camel container can then manage pooling,
 threading and concurrency for you in a declarative manner.
 
-TIP: The alternative consumer mode is xref:pollEnrich-eip.adoc[Polling 
Consumer].
+TIP: The alternative consumer mode is xref:polling-consumer.adoc[Polling 
Consumer].
 
 image::eip/EventDrivenConsumerSolution.gif[image]
 

Reply via email to