This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch camel-spring-boot-3.7.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit b2090654f592ba8542eebc704baa8a4e7c2d0722 Author: David Jencks <[email protected]> AuthorDate: Wed Oct 6 18:04: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 62dbf41..ab3e18b 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] ----
