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 <[email protected]>
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,