This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-spring-boot-4.22.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/camel-spring-boot-4.22.x by
this push:
new 987c7295c6d chore: Remove stale xref to removed auto-configuration
anchor
987c7295c6d is described below
commit 987c7295c6d52b9746909d51eff971d0705c7251
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Aug 11 20:26:12 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]
----