This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-2.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-2.x by this push:
new e832f4f Polish and cleanup documentation
e832f4f is described below
commit e832f4f15bf82a190b08ca7fa7cf50460d1a3c62
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Aug 13 09:24:46 2021 +0200
Polish and cleanup documentation
---
components/camel-spring/src/main/docs/spring-summary.adoc | 3 +--
docs/components/modules/ROOT/pages/spring-summary.adoc | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/components/camel-spring/src/main/docs/spring-summary.adoc
b/components/camel-spring/src/main/docs/spring-summary.adoc
index f95ccf0..d35da57 100644
--- a/components/camel-spring/src/main/docs/spring-summary.adoc
+++ b/components/camel-spring/src/main/docs/spring-summary.adoc
@@ -11,8 +11,7 @@ http://www.springframework.org/[Spring Framework] in a number
of ways.
components like xref:jms-component.adoc[JMS] and xref:jms-component.adoc[JPA]
* Camel works with Spring 2 XML processing with the
Xml Configuration
-* Camel Spring XML Schema's is defined at
xref:latest@manual::xml-reference.adoc[Xml
-Reference]
+* Camel Spring XML Schema's is defined at
`https://camel.apache.org/schema/spring/`
* Camel provides powerful Bean Integration
with any bean defined in a Spring ApplicationContext
* Camel integrates with various Spring helper classes; such as providing
diff --git a/docs/components/modules/ROOT/pages/spring-summary.adoc
b/docs/components/modules/ROOT/pages/spring-summary.adoc
index 0f4bd1b..c46ffb9 100644
--- a/docs/components/modules/ROOT/pages/spring-summary.adoc
+++ b/docs/components/modules/ROOT/pages/spring-summary.adoc
@@ -13,8 +13,7 @@ http://www.springframework.org/[Spring Framework] in a number
of ways.
components like xref:jms-component.adoc[JMS] and xref:jms-component.adoc[JPA]
* Camel works with Spring 2 XML processing with the
Xml Configuration
-* Camel Spring XML Schema's is defined at
xref:latest@manual::xml-reference.adoc[Xml
-Reference]
+* Camel Spring XML Schema's is defined at
`https://camel.apache.org/schema/spring/`
* Camel provides powerful Bean Integration
with any bean defined in a Spring ApplicationContext
* Camel integrates with various Spring helper classes; such as providing