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
commit 57ecdb0c72171bf92b6d842c05c844e9f2215145 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Aug 4 07:17:20 2021 +0200 CAMEL-16757: Polish docs --- docs/user-manual/modules/ROOT/pages/route-configuration.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user-manual/modules/ROOT/pages/route-configuration.adoc b/docs/user-manual/modules/ROOT/pages/route-configuration.adoc index 49de5e0..e267c99 100644 --- a/docs/user-manual/modules/ROOT/pages/route-configuration.adoc +++ b/docs/user-manual/modules/ROOT/pages/route-configuration.adoc @@ -13,9 +13,9 @@ The route configuration is supported by all DSL's, so useable by: Java, XML, Gro In the route configuration you can setup common strategies for: -- error handling via `onException` -- interceptors via `intercept`, `interceptFrom`, `interceptSendTo` -- on completions via `onCompletion` +- xref:exception-clause.adoc[OnException] +- xref:oncompletion.adoc[OnCompletion] +- xref:eips:intercept.adoc[Intercept] == Route Configuration Builder in Java DSL