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 b94a75d Polish and cleanup documentation
b94a75d is described below
commit b94a75d9dfb9ec7950f3dc3aabfa0ed932669972
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Aug 17 13:46:17 2021 +0200
Polish and cleanup documentation
---
docs/user-manual/modules/ROOT/pages/spring.adoc | 2 +-
docs/user-manual/modules/ROOT/pages/validator.adoc | 2 +-
2 files 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 481e395..bec4222 100644
--- a/docs/user-manual/modules/ROOT/pages/spring.adoc
+++ b/docs/user-manual/modules/ROOT/pages/spring.adoc
@@ -12,7 +12,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/latest/[Camel Spring Boot] project.
+See the Camel Spring Boot documentation.
== Using Camel with Spring XML files
diff --git a/docs/user-manual/modules/ROOT/pages/validator.adoc
b/docs/user-manual/modules/ROOT/pages/validator.adoc
index f7b4d7d..48d9763 100644
--- a/docs/user-manual/modules/ROOT/pages/validator.adoc
+++ b/docs/user-manual/modules/ROOT/pages/validator.adoc
@@ -34,7 +34,7 @@ All validators have following common options to specify which
data type is suppo
[width="100%",cols="25%,75%",options="header",]
|===
| Name | Description
-| type | xref:validator.adoc#Validator-DataTypeFormat[Data type] to validate.
+| type | Data type to validate
|===