This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-spring-boot-4.14.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.14.x by
this push:
new 279f7a2ebd1 chore: Remove stale xref to removed auto-configuration
anchor
279f7a2ebd1 is described below
commit 279f7a2ebd1a4f658a64f23a54a821c2b61e4c3f
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Aug 11 20:49:41 2026 +0200
chore: Remove stale xref to removed auto-configuration anchor
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 d238975e675..03871f5375f 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 startup the xr
</dependencies>
----
-Also add any xref:list.adoc[component starters] your Spring Boot application
requires. For example this adds the
xref:components::jms-component.adoc#_spring_boot_auto_configuration[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]
----