This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-spring-boot-4.18.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.18.x by
this push:
new 2d3ab36e3f5 chore: Remove stale xref to removed auto-configuration
anchor
2d3ab36e3f5 is described below
commit 2d3ab36e3f57b2cde0ed1e822eaf4acac16c2961
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Aug 11 20:49:22 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]
----