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 2022/06/27 11:14:00 UTC

[camel] branch main updated: [MessageBus] Fix doc link (#7894)

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 c94834fcc40 [MessageBus] Fix doc link (#7894)
c94834fcc40 is described below

commit c94834fcc40daa17134365707d2e4ccfa152ca4a
Author: Andrej Vaňo <av...@redhat.com>
AuthorDate: Mon Jun 27 13:13:54 2022 +0200

    [MessageBus] Fix doc link (#7894)
---
 .../camel-core-engine/src/main/docs/modules/eips/pages/message-bus.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/message-bus.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/message-bus.adoc
index e56fae7bc0c..d5a0bed8df1 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/message-bus.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/message-bus.adoc
@@ -1,7 +1,7 @@
 = Message Bus
 
 Camel supports the
-http://www.enterpriseintegrationpatterns.com/PointToPointChannel.html[Message
+https://www.enterpriseintegrationpatterns.com/MessageBus.html[Message
 Bus] from the xref:enterprise-integration-patterns.adoc[EIP patterns].
 You could view Camel as a Message Bus itself as it allows producers and
 consumers to be decoupled.