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/12/26 09:59:38 UTC

[camel] branch main updated: Revert "Spring doc minor fix."

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.git


The following commit(s) were added to refs/heads/main by this push:
     new b05f0ff3dd6 Revert "Spring doc minor fix."
b05f0ff3dd6 is described below

commit b05f0ff3dd6c22f76564ab4f1c633478c7346d20
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Dec 26 10:58:51 2022 +0100

    Revert "Spring doc minor fix."
    
    This reverts commit 796e58cd27a07b91c5690cac977356788ba7a03a.
---
 docs/user-manual/modules/ROOT/pages/spring.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/spring.adoc b/docs/user-manual/modules/ROOT/pages/spring.adoc
index 206ff0b05a1..b4f3da46a9d 100644
--- a/docs/user-manual/modules/ROOT/pages/spring.adoc
+++ b/docs/user-manual/modules/ROOT/pages/spring.adoc
@@ -11,7 +11,7 @@ Apache Camel is designed to work first class with Spring in a number of ways, su
 
 == Using Camel on Spring Boot
 
-See the xref:camel-spring-boot::index.adoc[Camel Spring Boot] documentation.
+See the Camel Spring Boot documentation.
 
 == Using Camel with Spring XML files
 
@@ -23,7 +23,7 @@ To use Camel with Spring XML files see the xref:spring-xml-extensions.adoc[Sprin
 
 == Using Spring dependency injection
 
-Spring dependency injection is integrated first-class when using Camel and Spring together.
+Spring dependency injection is integrated first-class when using Spring and Spring together.
 
 For example when using Camel on Spring Boot, then you can use any kind of Spring dependency and
 be able to inject Camel resources such as 'CamelContext', xref:endpoint.adoc[Endpoint] and many more.