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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new e7c902a82de CAMEL-17964: Fix the link to the doc page main.adoc (#525)
e7c902a82de is described below

commit e7c902a82dea1878388227b5f22180c74fe67fef
Author: Nicolas Filotto <[email protected]>
AuthorDate: Wed Apr 13 17:51:39 2022 +0200

    CAMEL-17964: Fix the link to the doc page main.adoc (#525)
---
 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
 

Reply via email to