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

[camel-spring-boot] branch main updated: [CAMEL-17964] Use absolute link for internal Camel document - fix starter-configuration (#524)

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 73338c94297 [CAMEL-17964] Use absolute link for internal Camel document - fix starter-configuration (#524)
73338c94297 is described below

commit 73338c94297f1b0d5137b946874290e2f1f3549c
Author: Aurélien Pupier <ap...@redhat.com>
AuthorDate: Wed Apr 13 15:34:21 2022 +0200

    [CAMEL-17964] Use absolute link for internal Camel document - fix starter-configuration (#524)
---
 core/camel-spring-boot/src/main/docs/starter-configuration.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 577fe20944f..3fa5d50a9e0 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 https://camel.apache.org/components/latest/others/main.html#_specifying_custom_beans[configuration files] but it isn't recommended for complex use cases.
+Beans can also be created in xref:others:main.adoc#_specifying_custom_beans[configuration files] but it isn't recommended for complex use cases.
 
 == Using Beans
 
@@ -62,4 +62,4 @@ The `Bean` name has to be equal to that of the Component, Dataformat or Language
 
 Typical Camel Spring Boot projects will use a combination of external configuration and Beans to configure their application. For more complete examples on how to configure your Camel Spring Boot project, you can refer to our example https://github.com/apache/camel-spring-boot-examples[repository].
 
-All contributions are welcome!
\ No newline at end of file
+All contributions are welcome!