You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2022/04/13 15:26:58 UTC

[camel-spring-boot] 01/01: CAMEL-17964: Fix the link to the main.adoc

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 0bef23e6eef57740e84e5adadd2546b27b497a08
Author: Nicolas Filotto <nf...@talend.com>
AuthorDate: Wed Apr 13 17:26:27 2022 +0200

    CAMEL-17964: Fix the link to the 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