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:29:43 UTC

[camel-spring-boot] branch CAMEL-17964/fix-link updated (0bef23e6eef -> 7625bab2467)

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

nfilotto pushed a change to branch CAMEL-17964/fix-link
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


 discard 0bef23e6eef CAMEL-17964: Fix the link to the main.adoc
     new 7625bab2467 CAMEL-17964: Fix the link to the doc page main.adoc

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (0bef23e6eef)
            \
             N -- N -- N   refs/heads/CAMEL-17964/fix-link (7625bab2467)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:


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

Posted by nf...@apache.org.
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 <nf...@talend.com>
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