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

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


View the commit online:
https://github.com/apache/camel/commit/6c839a3fc2df1cba0ab4d015edff8cb451c05e1b

The following commit(s) were added to refs/heads/master by this push:
     new 6c839a3  When do I remember to have adoc in the links
6c839a3 is described below

commit 6c839a3fc2df1cba0ab4d015edff8cb451c05e1b
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Nov 20 13:47:49 2019 +0100

    When do I remember to have adoc in the links
---
 docs/user-manual/modules/ROOT/pages/change-data-capture.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/change-data-capture.adoc 
b/docs/user-manual/modules/ROOT/pages/change-data-capture.adoc
index 6acee85..98fb457 100644
--- a/docs/user-manual/modules/ROOT/pages/change-data-capture.adoc
+++ b/docs/user-manual/modules/ROOT/pages/change-data-capture.adoc
@@ -4,7 +4,7 @@
 Camel supports the https://en.wikipedia.org/wiki/Change_data_capture[Change 
Data Capture] pattern.
 
 This patterns allows to track changes in databases, and then let applications 
listen to change events,
-and react accordingly. For example this can be used as a 
xref:messaging-brdige[Messaging Bridge] to
+and react accordingly. For example this can be used as a 
xref:messaging-bridge.adoc[Messaging Bridge] to
 bridge two systems.
 
 image::eip/CDC-Debezium.png[image]

Reply via email to