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

davsclaus pushed a commit to branch quick-fix/remove-stale-autoconfig-xref
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 7f49cb5b8ad5b735b5ea0dfd40e1a42943f7b80c
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Aug 11 20:25:46 2026 +0200

    chore: Remove stale xref to removed auto-configuration anchor
    
    The Spring Boot auto-configuration tables were removed from component
    pages in 4.21, breaking the xref:starters/jms.adoc link which Antora
    resolved to components/jms-component.html#_spring_boot_auto_configuration.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
---
 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 66392baa002..27a866c7c9f 100644
--- a/docs/spring-boot/modules/ROOT/pages/index.adoc
+++ b/docs/spring-boot/modules/ROOT/pages/index.adoc
@@ -47,7 +47,7 @@ Next, add the xref:spring-boot.adoc[Camel Spring Boot 
starter] to start up the x
     </dependencies>
 ----
 
-Also add any xref:list.adoc[component starters] your Spring Boot application 
requires. For example this adds the xref:starters/jms.adoc[auto-configuration 
starter] for the xref:components::jms-component.adoc[JMS component].
+Also add any xref:list.adoc[component starters] your Spring Boot application 
requires. For example this adds the auto-configuration starter for the 
xref:components::jms-component.adoc[JMS component].
 
 [source,xml]
 ----

Reply via email to