You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/01/04 05:50:31 UTC

[camel] branch camel-3.20.x updated: docs: fix invalid document file (#8969)

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

davsclaus pushed a commit to branch camel-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.20.x by this push:
     new 4452563c36d docs: fix invalid document file (#8969)
4452563c36d is described below

commit 4452563c36de6c5d97c9c70022f79570b2c85d94
Author: Mateus Alexandre <ma...@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]