This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-3.11.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.11.x by this push:
new 9ccd5f4 Polish and cleanup documentation
9ccd5f4 is described below
commit 9ccd5f446f231b2bfee71d06b7d2265839cd7e1e
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Aug 13 09:26:16 2021 +0200
Polish and cleanup documentation
---
docs/components/modules/ROOT/pages/spring-summary.adoc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/docs/components/modules/ROOT/pages/spring-summary.adoc
b/docs/components/modules/ROOT/pages/spring-summary.adoc
index 53b1219..33584d0 100644
--- a/docs/components/modules/ROOT/pages/spring-summary.adoc
+++ b/docs/components/modules/ROOT/pages/spring-summary.adoc
@@ -19,8 +19,7 @@ Spring Framework in a number of ways.
instances or the CamelContext instance itself
and auto-expose Spring beans as components and endpoints.
* Camel works with Spring XML processing with the XML DSL via
`camel-spring-xml` component
-* Camel Spring XML Schema's is defined at xref: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 uses Spring Transactions as the default transaction handling in