You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2019/11/15 14:49:22 UTC

[camel] branch master updated: CAMEL-14182: fix eip documentation reference

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 13cdd8c  CAMEL-14182: fix eip documentation reference
13cdd8c is described below

commit 13cdd8c8220f054bd8aac988c06f2a064b528762
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Fri Nov 15 15:49:08 2019 +0100

    CAMEL-14182: fix eip documentation reference
---
 core/camel-core-engine/src/main/docs/eips/hystrix-eip.adoc | 2 +-
 docs/user-manual/modules/ROOT/pages/hystrix-eip.adoc       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/camel-core-engine/src/main/docs/eips/hystrix-eip.adoc b/core/camel-core-engine/src/main/docs/eips/hystrix-eip.adoc
index 3fa4d1b..37773fd 100644
--- a/core/camel-core-engine/src/main/docs/eips/hystrix-eip.adoc
+++ b/core/camel-core-engine/src/main/docs/eips/hystrix-eip.adoc
@@ -111,7 +111,7 @@ You can find an example with the source code: https://github.com/apache/camel/tr
 
 == Using Hystrix with Spring Boot
 
-See the xref:hystrix-component.adoc[Hystrix Component].
+See the xref:components::hystrix.adoc[Hystrix Component].
 
 == Camel's Error Handler and Hystrix EIP
 
diff --git a/docs/user-manual/modules/ROOT/pages/hystrix-eip.adoc b/docs/user-manual/modules/ROOT/pages/hystrix-eip.adoc
index 2cd1eb5..7779e01 100644
--- a/docs/user-manual/modules/ROOT/pages/hystrix-eip.adoc
+++ b/docs/user-manual/modules/ROOT/pages/hystrix-eip.adoc
@@ -112,7 +112,7 @@ You can find an example with the source code: https://github.com/apache/camel/tr
 
 == Using Hystrix with Spring Boot
 
-See the xref:hystrix-component.adoc[Hystrix Component].
+See the xref:components::hystrix.adoc[Hystrix Component].
 
 == Camel's Error Handler and Hystrix EIP