This is an automated email from the ASF dual-hosted git repository. nfilotto pushed a commit to branch CAMEL-17964/fix-link in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 7625bab24678dc51fe6e2822ebfb3b7663d1ad01 Author: Nicolas Filotto <[email protected]> AuthorDate: Wed Apr 13 17:26:27 2022 +0200 CAMEL-17964: Fix the link to the doc page main.adoc --- core/camel-spring-boot/src/main/docs/starter-configuration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/camel-spring-boot/src/main/docs/starter-configuration.adoc b/core/camel-spring-boot/src/main/docs/starter-configuration.adoc index 3fa5d50a9e0..a1405e0efbf 100644 --- a/core/camel-spring-boot/src/main/docs/starter-configuration.adoc +++ b/core/camel-spring-boot/src/main/docs/starter-configuration.adoc @@ -42,7 +42,7 @@ public JmsTransactionManager myjtaTransactionManager(PooledConnectionFactory poo } ---- -Beans can also be created in xref:others:main.adoc#_specifying_custom_beans[configuration files] but it isn't recommended for complex use cases. +Beans can also be created in xref:components:others:main.adoc#_specifying_custom_beans[configuration files] but it isn't recommended for complex use cases. == Using Beans
