You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/08/04 06:17:37 UTC

[camel] 03/03: Fixed Xrefs in route-configuration

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

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

commit 4df89fe0a4cb5312ec22e0d690329957fa72e908
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 4 08:16:55 2021 +0200

    Fixed Xrefs in route-configuration
---
 docs/user-manual/modules/ROOT/pages/route-configuration.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/route-configuration.adoc b/docs/user-manual/modules/ROOT/pages/route-configuration.adoc
index e267c99..3a8c9ed 100644
--- a/docs/user-manual/modules/ROOT/pages/route-configuration.adoc
+++ b/docs/user-manual/modules/ROOT/pages/route-configuration.adoc
@@ -15,7 +15,7 @@ In the route configuration you can setup common strategies for:
 
 - xref:exception-clause.adoc[OnException]
 - xref:oncompletion.adoc[OnCompletion]
-- xref:eips:intercept.adoc[Intercept]
+- xref:{eip-vc}:eips:intercept.adoc[Intercept]
 
 
 == Route Configuration Builder in Java DSL