This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch camel-spring-boot-3.12.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit d65ee596f2cf8dc77c12644d871eee7dd62c6971 Author: David Jencks <[email protected]> AuthorDate: Wed Oct 6 18:05:01 2021 -0700 fix now-broken link --- docs/spring-boot/modules/ROOT/pages/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spring-boot/modules/ROOT/pages/index.adoc b/docs/spring-boot/modules/ROOT/pages/index.adoc index f24f41d..1f43683 100644 --- a/docs/spring-boot/modules/ROOT/pages/index.adoc +++ b/docs/spring-boot/modules/ROOT/pages/index.adoc @@ -39,7 +39,7 @@ Next, add the xref:spring-boot.adoc[Camel Spring Boot starter] to startup the xr </dependencies> ---- -And any xref:list.adoc[component starters] your Spring Boot application requires. For example this adds the xref:activemq-starter.adoc[starter] for the xref:components::activemq-component.adoc[ActiveMQ component]. +And any xref:list.adoc[component starters] your Spring Boot application requires. For example this adds the xref:components::activemq-component.adoc#_spring_boot_auto_configuration[auto-configuration starter] for the xref:components::activemq-component.adoc[ActiveMQ component]. [source,xml] ----
