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 d239a8d Polish and cleanup documentation
d239a8d is described below
commit d239a8db4e0894008ee079776695d0cd4ecafec7
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Aug 13 15:26:45 2021 +0200
Polish and cleanup documentation
---
components/camel-spring/src/main/docs/spring-summary.adoc | 1 -
docs/components/modules/ROOT/pages/spring-summary.adoc | 1 -
2 files changed, 2 deletions(-)
diff --git a/components/camel-spring/src/main/docs/spring-summary.adoc
b/components/camel-spring/src/main/docs/spring-summary.adoc
index d35da57..cd6ad34 100644
--- a/components/camel-spring/src/main/docs/spring-summary.adoc
+++ b/components/camel-spring/src/main/docs/spring-summary.adoc
@@ -11,7 +11,6 @@ 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
`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 c46ffb9..b47995a 100644
--- a/docs/components/modules/ROOT/pages/spring-summary.adoc
+++ b/docs/components/modules/ROOT/pages/spring-summary.adoc
@@ -13,7 +13,6 @@ 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
`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