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 2022/01/10 20:01:31 UTC

[camel] branch main updated: Fix anchor

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

zregvart 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 6fcd863  Fix anchor
6fcd863 is described below

commit 6fcd863c04040266af0face8af7a0ead3adb3e34
Author: Zoran Regvart <zo...@regvart.com>
AuthorDate: Mon Jan 10 20:57:17 2022 +0100

    Fix anchor
---
 components/camel-test/camel-test-cdi/src/main/docs/test-cdi.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-test/camel-test-cdi/src/main/docs/test-cdi.adoc b/components/camel-test/camel-test-cdi/src/main/docs/test-cdi.adoc
index 489683b..b127110 100644
--- a/components/camel-test/camel-test-cdi/src/main/docs/test-cdi.adoc
+++ b/components/camel-test/camel-test-cdi/src/main/docs/test-cdi.adoc
@@ -463,7 +463,7 @@ public class CamelCdiTest {
         public void configure() {
             from("direct:out").routeId("test").to("mock:out");
         }
-    
+
     }
 
     // And retrieve the MockEndpoint for further assertions
@@ -473,7 +473,7 @@ public class CamelCdiTest {
 }
 ----
 
-You can find more information in xref:cdi.adoc#CDI-Auto-detectingCamelroutes[auto-detecting Camel
+You can find more information in xref:cdi.adoc#_auto_detecting_camel_routes[auto-detecting Camel
 routes].
 
 In case you prefer declaring the `RouteBuilder` bean in a separate class,