You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/19 08:29:49 UTC

[camel] branch camel-2.x updated: fix xrefs to point to latest rearranged locations

This is an automated email from the ASF dual-hosted git repository.

acosentino 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 8855699  fix xrefs to point to latest rearranged locations
     new 3f8d4ca  Merge pull request #3648 from djencks/camel-2.x-issue-14698-task-14730
8855699 is described below

commit 8855699484962c2f59a66c92cee848937b6dcbfa
Author: David Jencks <dj...@apache.org>
AuthorDate: Fri Mar 13 12:06:51 2020 -0700

    fix xrefs to point to latest rearranged locations
---
 .../camel-disruptor/src/main/docs/disruptor-component.adoc |  2 +-
 .../src/main/docs/elasticsearch-rest-component.adoc        |  2 +-
 components/camel-elsql/src/main/docs/elsql-component.adoc  |  2 +-
 components/camel-groovy-dsl/src/main/docs/groovy-dsl.adoc  |  2 +-
 components/camel-groovy/src/main/docs/groovy-language.adoc |  2 +-
 components/camel-jetty9/src/main/docs/jetty-component.adoc |  2 +-
 components/camel-jms/src/main/docs/jms-component.adoc      |  2 +-
 components/camel-josql/src/main/docs/sql-language.adoc     |  2 +-
 components/camel-juel/src/main/docs/el-language.adoc       |  2 +-
 components/camel-jxpath/src/main/docs/jxpath-language.adoc |  2 +-
 components/camel-mvel/src/main/docs/mvel-language.adoc     |  2 +-
 components/camel-ognl/src/main/docs/ognl-language.adoc     |  2 +-
 components/camel-ruby/src/main/docs/ruby.adoc              |  2 +-
 components/camel-saxon/src/main/docs/xquery-component.adoc |  2 +-
 components/camel-saxon/src/main/docs/xquery-language.adoc  |  2 +-
 .../camel-script/src/main/docs/javaScript-language.adoc    |  2 +-
 components/camel-script/src/main/docs/php-language.adoc    |  2 +-
 components/camel-script/src/main/docs/python-language.adoc |  2 +-
 components/camel-script/src/main/docs/ruby-language.adoc   |  2 +-
 .../src/main/docs/servletlistener.adoc                     |  8 ++++----
 components/camel-spring/src/main/docs/spel-language.adoc   |  4 ++--
 .../camel-spring/src/main/docs/spring-event-component.adoc |  2 +-
 .../components/modules/ROOT/pages/disruptor-component.adoc |  2 +-
 docs/components/modules/ROOT/pages/el-language.adoc        |  2 +-
 .../modules/ROOT/pages/elasticsearch-rest-component.adoc   |  2 +-
 docs/components/modules/ROOT/pages/elsql-component.adoc    |  2 +-
 docs/components/modules/ROOT/pages/groovy-dsl.adoc         |  2 +-
 docs/components/modules/ROOT/pages/groovy-language.adoc    |  2 +-
 .../components/modules/ROOT/pages/javaScript-language.adoc |  2 +-
 docs/components/modules/ROOT/pages/jetty-component.adoc    |  2 +-
 docs/components/modules/ROOT/pages/jms-component.adoc      |  2 +-
 docs/components/modules/ROOT/pages/jxpath-language.adoc    |  2 +-
 docs/components/modules/ROOT/pages/mvel-language.adoc      |  2 +-
 docs/components/modules/ROOT/pages/ognl-language.adoc      |  2 +-
 docs/components/modules/ROOT/pages/php-language.adoc       |  2 +-
 docs/components/modules/ROOT/pages/python-language.adoc    |  2 +-
 docs/components/modules/ROOT/pages/ruby-language.adoc      |  2 +-
 docs/components/modules/ROOT/pages/ruby.adoc               |  2 +-
 docs/components/modules/ROOT/pages/servletlistener.adoc    |  8 ++++----
 docs/components/modules/ROOT/pages/spel-language.adoc      |  4 ++--
 .../modules/ROOT/pages/spring-event-component.adoc         |  2 +-
 docs/components/modules/ROOT/pages/sql-language.adoc       |  2 +-
 docs/components/modules/ROOT/pages/xquery-component.adoc   |  2 +-
 docs/components/modules/ROOT/pages/xquery-language.adoc    |  2 +-
 docs/pom.xml                                               | 14 +-------------
 45 files changed, 53 insertions(+), 65 deletions(-)

diff --git a/components/camel-disruptor/src/main/docs/disruptor-component.adoc b/components/camel-disruptor/src/main/docs/disruptor-component.adoc
index dbcc4ae..792b7d6 100644
--- a/components/camel-disruptor/src/main/docs/disruptor-component.adoc
+++ b/components/camel-disruptor/src/main/docs/disruptor-component.adoc
@@ -235,7 +235,7 @@ without incurring significant latency spikes.
 
 == Use of Request Reply
 
-The Disruptor component supports using xref:latest@manual::requestReply-eip.adoc[Request
+The Disruptor component supports using xref:latest@manual:eips:requestReply-eip.adoc[Request
 Reply], where the caller will wait for the Async route to complete. For
 instance:
 
diff --git a/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc b/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc
index d34ff9d..0c488a5 100644
--- a/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc
+++ b/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc
@@ -301,7 +301,7 @@ try (ElasticsearchScrollRequestIterator response = template.requestBody("direct:
 }
 ----
 
-xref:latest@manual::split-eip.adoc[Split EIP] can also be used.
+xref:latest@manual:eips:split-eip.adoc[Split EIP] can also be used.
 
 [source,java]
 ----
diff --git a/components/camel-elsql/src/main/docs/elsql-component.adoc b/components/camel-elsql/src/main/docs/elsql-component.adoc
index 040c8d9..f592e48 100644
--- a/components/camel-elsql/src/main/docs/elsql-component.adoc
+++ b/components/camel-elsql/src/main/docs/elsql-component.adoc
@@ -41,7 +41,7 @@ The parameters to the SQL queries are named parameters in the elsql
 mapping files, and maps to corresponding keys from the Camel message, in
 the given precedence:
 
-1. from message body if xref:latest@manual::simple-language.adoc[Simple]
+1. from message body if xref:latest@components:languages:simple-language.adoc[Simple]
 expression.
 
 2. from message body if its a `java.util.Map`
diff --git a/components/camel-groovy-dsl/src/main/docs/groovy-dsl.adoc b/components/camel-groovy-dsl/src/main/docs/groovy-dsl.adoc
index 1403558..f61d458 100644
--- a/components/camel-groovy-dsl/src/main/docs/groovy-dsl.adoc
+++ b/components/camel-groovy-dsl/src/main/docs/groovy-dsl.adoc
@@ -6,7 +6,7 @@ DSL, but it additionally allows to use Groovy language
 features in your routes, particularly
 http://www.groovy-lang.org/closures.html[Closures] acting as
 Processor, Expression,
-Predicate, or xref:manual::aggregate-eip.adoc[Aggregation
+Predicate, or xref:latest@manual:eips:aggregate-eip.adoc[Aggregation
 Strategy].
 
  With the Groovy DSL you write your RouteBuilder classes entirely in
diff --git a/components/camel-groovy/src/main/docs/groovy-language.adoc b/components/camel-groovy/src/main/docs/groovy-language.adoc
index 2ca5942..af80572 100644
--- a/components/camel-groovy/src/main/docs/groovy-language.adoc
+++ b/components/camel-groovy/src/main/docs/groovy-language.adoc
@@ -18,7 +18,7 @@ To use a Groovy expression use the following Java code
 ---------------------------------------
 
 For example you could use the *groovy* function to create an
-Predicate in a xref:latest@manual::filter-eip.adoc[Message Filter] or as an Expression for a
+Predicate in a xref:latest@manual:eips:filter-eip.adoc[Message Filter] or as an Expression for a
 Recipient List
 
 == Groovy Options
diff --git a/components/camel-jetty9/src/main/docs/jetty-component.adoc b/components/camel-jetty9/src/main/docs/jetty-component.adoc
index 99e76ad..6ff2717 100644
--- a/components/camel-jetty9/src/main/docs/jetty-component.adoc
+++ b/components/camel-jetty9/src/main/docs/jetty-component.adoc
@@ -338,7 +338,7 @@ Jetty component will copy the HTTP request parameter, `one` to the
 exchange's `in.header`. We can then use the `simple` language to route
 exchanges that contain this header to a specific endpoint and all others
 to another. If we used a language more powerful than
-xref:latest@manual::simple-language.adoc[Simple] (such as xref:el-language.adoc[EL] or
+xref:latest@components:languages:simple-language.adoc[Simple] (such as xref:el-language.adoc[EL] or
 xref:ognl-language.adoc[OGNL]) we could also test for the parameter value and do
 routing based on the header value as well.
 
diff --git a/components/camel-jms/src/main/docs/jms-component.adoc b/components/camel-jms/src/main/docs/jms-component.adoc
index 6c3264f..5291ecc 100644
--- a/components/camel-jms/src/main/docs/jms-component.adoc
+++ b/components/camel-jms/src/main/docs/jms-component.adoc
@@ -1405,7 +1405,7 @@ Transactions and [Request Reply] over JMS
 When using Request Reply over JMS you cannot
 use a single transaction; JMS will not send any messages until a commit
 is performed, so the server side won't receive anything at all until the
-transaction commits. Therefore to use xref:latest@manual::requestReply-eip.adoc[Request
+transaction commits. Therefore to use xref:latest@manual:eips:requestReply-eip.adoc[Request
 Reply] you must commit a transaction after sending the request and then
 use a separate transaction for receiving the response.
 
diff --git a/components/camel-josql/src/main/docs/sql-language.adoc b/components/camel-josql/src/main/docs/sql-language.adoc
index b11dcc1..7755070 100644
--- a/components/camel-josql/src/main/docs/sql-language.adoc
+++ b/components/camel-josql/src/main/docs/sql-language.adoc
@@ -37,7 +37,7 @@ Camel supports http://en.wikipedia.org/wiki/SQL[SQL] to allow an
 Expression or Predicate to be
 used in the DSL or xref:latest@manual::xml-configuration.adoc[Xml
 Configuration]. For example you could use SQL to create an
-Predicate in a xref:latest@manual::filter-eip.adoc[Message
+Predicate in a xref:latest@manual:eips:filter-eip.adoc[Message
 Filter] or as an Expression for a
 Recipient List.
 
diff --git a/components/camel-juel/src/main/docs/el-language.adoc b/components/camel-juel/src/main/docs/el-language.adoc
index b628681..50ad5f5 100644
--- a/components/camel-juel/src/main/docs/el-language.adoc
+++ b/components/camel-juel/src/main/docs/el-language.adoc
@@ -12,7 +12,7 @@ Expression or Predicate to be
 used in the DSL or xref:latest@manual::xml-configuration.adoc[Xml
 Configuration].
 
-For example you could use EL inside a xref:latest@manual::filter-eip.adoc[Message
+For example you could use EL inside a xref:latest@manual:eips:filter-eip.adoc[Message
 Filter] in XML
 
 [source,xml]
diff --git a/components/camel-jxpath/src/main/docs/jxpath-language.adoc b/components/camel-jxpath/src/main/docs/jxpath-language.adoc
index 390805d..55ebe49 100644
--- a/components/camel-jxpath/src/main/docs/jxpath-language.adoc
+++ b/components/camel-jxpath/src/main/docs/jxpath-language.adoc
@@ -9,7 +9,7 @@ XPath expressions to be used on beans in an
 Expression or Predicate to be
 used in the DSL or xref:latest@manual::xml-configuration.adoc[Xml
 Configuration]. For example you could use JXPath to create an
-Predicate in a xref:latest@manual::filter-eip.adoc[Message
+Predicate in a xref:latest@manual:eips:filter-eip.adoc[Message
 Filter] or as an Expression for a
 Recipient List.
 
diff --git a/components/camel-mvel/src/main/docs/mvel-language.adoc b/components/camel-mvel/src/main/docs/mvel-language.adoc
index 210f48a..487b8e2 100644
--- a/components/camel-mvel/src/main/docs/mvel-language.adoc
+++ b/components/camel-mvel/src/main/docs/mvel-language.adoc
@@ -97,7 +97,7 @@ The component supports 4 options, which are listed below.
 
 == Samples
 
-For example you could use Mvel inside a xref:latest@manual::filter-eip.adoc[Message
+For example you could use Mvel inside a xref:latest@manual:eips:filter-eip.adoc[Message
 Filter] in XML
 
 [source,java]
diff --git a/components/camel-ognl/src/main/docs/ognl-language.adoc b/components/camel-ognl/src/main/docs/ognl-language.adoc
index 9f08b27..2cd140d 100644
--- a/components/camel-ognl/src/main/docs/ognl-language.adoc
+++ b/components/camel-ognl/src/main/docs/ognl-language.adoc
@@ -99,7 +99,7 @@ The component supports 2 options, which are listed below.
 
 == Samples
 
-For example you could use OGNL inside a xref:latest@manual::filter-eip.adoc[Message
+For example you could use OGNL inside a xref:latest@manual:eips:filter-eip.adoc[Message
 Filter] in XML
 
 [source,java]
diff --git a/components/camel-ruby/src/main/docs/ruby.adoc b/components/camel-ruby/src/main/docs/ruby.adoc
index 2da4940..951b850 100644
--- a/components/camel-ruby/src/main/docs/ruby.adoc
+++ b/components/camel-ruby/src/main/docs/ruby.adoc
@@ -15,7 +15,7 @@ To use a Ruby expression use the following Java code
 -----------------------------------
 
 For example you could use the *ruby* function to create an
-Predicate in a xref:latest@manual::filter-eip.adoc[Message
+Predicate in a xref:latest@manual:eips:filter-eip.adoc[Message
 Filter] or as an Expression for a
 Recipient List
 
diff --git a/components/camel-saxon/src/main/docs/xquery-component.adoc b/components/camel-saxon/src/main/docs/xquery-component.adoc
index 4a0e49f..94a2271 100644
--- a/components/camel-saxon/src/main/docs/xquery-component.adoc
+++ b/components/camel-saxon/src/main/docs/xquery-component.adoc
@@ -8,7 +8,7 @@ Camel supports http://www.w3.org/TR/xquery/[XQuery] to allow an
 Expression or Predicate to be
 used in the DSL or xref:latest@manual::xml-configuration.adoc[Xml
 Configuration]. For example you could use XQuery to create an
-Predicate in a xref:latest@manual::filter-eip.adoc[Message
+Predicate in a xref:latest@manual:eips:filter-eip.adoc[Message
 Filter] or as an Expression for a
 Recipient List.
 
diff --git a/components/camel-saxon/src/main/docs/xquery-language.adoc b/components/camel-saxon/src/main/docs/xquery-language.adoc
index 9ecb139..c31d9a6 100644
--- a/components/camel-saxon/src/main/docs/xquery-language.adoc
+++ b/components/camel-saxon/src/main/docs/xquery-language.adoc
@@ -8,7 +8,7 @@ Camel supports http://www.w3.org/TR/xquery/[XQuery] to allow an
 Expression or Predicate to be
 used in the DSL or xref:latest@manual::xml-configuration.adoc[Xml
 Configuration]. For example you could use XQuery to create an
-Predicate in a xref:latest@manual::filter-eip.adoc[Message
+Predicate in a xref:latest@manual:eips:filter-eip.adoc[Message
 Filter] or as an Expression for a
 Recipient List.
 
diff --git a/components/camel-script/src/main/docs/javaScript-language.adoc b/components/camel-script/src/main/docs/javaScript-language.adoc
index 9e0b54d..3065dabf 100644
--- a/components/camel-script/src/main/docs/javaScript-language.adoc
+++ b/components/camel-script/src/main/docs/javaScript-language.adoc
@@ -19,7 +19,7 @@ To use a JavaScript expression use the following Java code
 -----------------------------------------------
 
 For example you could use the *javaScript* function to create an
-Predicate in a xref:latest@manual::filter-eip.adoc[Message
+Predicate in a xref:latest@manual:eips:filter-eip.adoc[Message
 Filter] or as an Expression for a
 Recipient List
 
diff --git a/components/camel-script/src/main/docs/php-language.adoc b/components/camel-script/src/main/docs/php-language.adoc
index c38d97f..be24d4a 100644
--- a/components/camel-script/src/main/docs/php-language.adoc
+++ b/components/camel-script/src/main/docs/php-language.adoc
@@ -18,7 +18,7 @@ To use a PHP expression use the following Java code
 ---------------------------------
 
 For example you could use the *php* function to create an
-Predicate in a xref:latest@manual::filter-eip.adoc[Message
+Predicate in a xref:latest@manual:eips:filter-eip.adoc[Message
 Filter] or as an Expression for a
 Recipient List
 
diff --git a/components/camel-script/src/main/docs/python-language.adoc b/components/camel-script/src/main/docs/python-language.adoc
index ee2dc43..cdada7b 100644
--- a/components/camel-script/src/main/docs/python-language.adoc
+++ b/components/camel-script/src/main/docs/python-language.adoc
@@ -18,7 +18,7 @@ To use a Python expression use the following Java code
 ---------------------------------------
 
 For example you could use the *python* function to create an
-Predicate in a xref:latest@manual::filter-eip.adoc[Message
+Predicate in a xref:latest@manual:eips:filter-eip.adoc[Message
 Filter] or as an Expression for a
 Recipient List
 
diff --git a/components/camel-script/src/main/docs/ruby-language.adoc b/components/camel-script/src/main/docs/ruby-language.adoc
index 003f91c..6cd0d5b 100644
--- a/components/camel-script/src/main/docs/ruby-language.adoc
+++ b/components/camel-script/src/main/docs/ruby-language.adoc
@@ -18,7 +18,7 @@ To use a Ruby expression use the following Java code
 -----------------------------------
 
 For example you could use the *ruby* function to create an
-Predicate in a xref:latest@manual::filter-eip.adoc[Message
+Predicate in a xref:latest@manual:eips:filter-eip.adoc[Message
 Filter] or as an Expression for a
 Recipient List
 
diff --git a/components/camel-servletlistener/src/main/docs/servletlistener.adoc b/components/camel-servletlistener/src/main/docs/servletlistener.adoc
index 7d506e6..9fb6b99f 100644
--- a/components/camel-servletlistener/src/main/docs/servletlistener.adoc
+++ b/components/camel-servletlistener/src/main/docs/servletlistener.adoc
@@ -282,8 +282,8 @@ as disabling JMX.
 This component uses either JNDI or Simple as the
 Registry.
 
- This allows you to lookup xref:latest@manual::bean-eip.adoc[Bean]s and other services in
-JNDI, and as well to bind and unbind your own xref:latest@manual::bean-eip.adoc[Bean]s.
+ This allows you to lookup xref:latest@manual:eips:bean-eip.adoc[Bean]s and other services in
+JNDI, and as well to bind and unbind your own xref:latest@manual:eips:bean-eip.adoc[Bean]s.
 
 This is done from Java code by implementing the
 `org.apache.camel.component.servletlistener.CamelContextLifecycle`.
@@ -309,8 +309,8 @@ interface.
   </context-param>
 -------------------------------------------------------------------------------------
 
-As we enlisted our HelloBean xref:latest@manual::bean-eip.adoc[Bean] using the name
-"myBean" we can refer to this xref:latest@manual::bean-eip.adoc[Bean] in the Camel routes
+As we enlisted our HelloBean xref:latest@manual:eips:bean-eip.adoc[Bean] using the name
+"myBean" we can refer to this xref:latest@manual:eips:bean-eip.adoc[Bean] in the Camel routes
 as shown below:
 
 [source,java]
diff --git a/components/camel-spring/src/main/docs/spel-language.adoc b/components/camel-spring/src/main/docs/spel-language.adoc
index 208115c..943afa7 100644
--- a/components/camel-spring/src/main/docs/spel-language.adoc
+++ b/components/camel-spring/src/main/docs/spel-language.adoc
@@ -116,8 +116,8 @@ can invoke the "bar" method on this bean like this:
 
 === SpEL in enterprise integration patterns
 
-You can use SpEL as an expression for xref:latest@manual::recipientList-eip.adoc[Recipient
-List] or as a predicate inside a xref:latest@manual::filter-eip.adoc[Message
+You can use SpEL as an expression for xref:latest@manual:eips:recipientList-eip.adoc[Recipient
+List] or as a predicate inside a xref:latest@manual:eips:filter-eip.adoc[Message
 Filter]:
 
 [source,xml]
diff --git a/components/camel-spring/src/main/docs/spring-event-component.adoc b/components/camel-spring/src/main/docs/spring-event-component.adoc
index f89da74..8dbca4d 100644
--- a/components/camel-spring/src/main/docs/spring-event-component.adoc
+++ b/components/camel-spring/src/main/docs/spring-event-component.adoc
@@ -9,7 +9,7 @@ The Spring Event component provides access to the Spring
 `ApplicationEvent` objects to a Spring `ApplicationContext` or to
 consume them. You can then use
 xref:latest@manual::enterprise-integration-patterns.adoc[Enterprise Integration
-Patterns] to process them such as xref:latest@manual::filter-eip.adoc[Message
+Patterns] to process them such as xref:latest@manual:eips:filter-eip.adoc[Message
 Filter].
 
 == URI format
diff --git a/docs/components/modules/ROOT/pages/disruptor-component.adoc b/docs/components/modules/ROOT/pages/disruptor-component.adoc
index 17e1b31..7d6d3bf 100644
--- a/docs/components/modules/ROOT/pages/disruptor-component.adoc
+++ b/docs/components/modules/ROOT/pages/disruptor-component.adoc
@@ -236,7 +236,7 @@ without incurring significant latency spikes.
 
 == Use of Request Reply
 
-The Disruptor component supports using xref:latest@manual::requestReply-eip.adoc[Request
+The Disruptor component supports using xref:latest@manual:eips:requestReply-eip.adoc[Request
 Reply], where the caller will wait for the Async route to complete. For
 instance:
 
diff --git a/docs/components/modules/ROOT/pages/el-language.adoc b/docs/components/modules/ROOT/pages/el-language.adoc
index d6cbc23..51f2a8c 100644
--- a/docs/components/modules/ROOT/pages/el-language.adoc
+++ b/docs/components/modules/ROOT/pages/el-language.adoc
@@ -13,7 +13,7 @@ Expression or Predicate to be
 used in the DSL or xref:latest@manual::xml-configuration.adoc[Xml
 Configuration].
 
-For example you could use EL inside a xref:latest@manual::filter-eip.adoc[Message
+For example you could use EL inside a xref:latest@manual:eips:filter-eip.adoc[Message
 Filter] in XML
 
 [source,xml]
diff --git a/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc b/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc
index d9adc14..5febead 100644
--- a/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc
+++ b/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc
@@ -302,7 +302,7 @@ try (ElasticsearchScrollRequestIterator response = template.requestBody("direct:
 }
 ----
 
-xref:latest@manual::split-eip.adoc[Split EIP] can also be used.
+xref:latest@manual:eips:split-eip.adoc[Split EIP] can also be used.
 
 [source,java]
 ----
diff --git a/docs/components/modules/ROOT/pages/elsql-component.adoc b/docs/components/modules/ROOT/pages/elsql-component.adoc
index a9feaac..4dea270 100644
--- a/docs/components/modules/ROOT/pages/elsql-component.adoc
+++ b/docs/components/modules/ROOT/pages/elsql-component.adoc
@@ -42,7 +42,7 @@ The parameters to the SQL queries are named parameters in the elsql
 mapping files, and maps to corresponding keys from the Camel message, in
 the given precedence:
 
-1. from message body if xref:latest@manual::simple-language.adoc[Simple]
+1. from message body if xref:latest@components:languages:simple-language.adoc[Simple]
 expression.
 
 2. from message body if its a `java.util.Map`
diff --git a/docs/components/modules/ROOT/pages/groovy-dsl.adoc b/docs/components/modules/ROOT/pages/groovy-dsl.adoc
index 145f5fe..4e02331 100644
--- a/docs/components/modules/ROOT/pages/groovy-dsl.adoc
+++ b/docs/components/modules/ROOT/pages/groovy-dsl.adoc
@@ -7,7 +7,7 @@ DSL, but it additionally allows to use Groovy language
 features in your routes, particularly
 http://www.groovy-lang.org/closures.html[Closures] acting as
 Processor, Expression,
-Predicate, or xref:manual::aggregate-eip.adoc[Aggregation
+Predicate, or xref:latest@manual:eips:aggregate-eip.adoc[Aggregation
 Strategy].
 
  With the Groovy DSL you write your RouteBuilder classes entirely in
diff --git a/docs/components/modules/ROOT/pages/groovy-language.adoc b/docs/components/modules/ROOT/pages/groovy-language.adoc
index 96f5e7f..da111ee 100644
--- a/docs/components/modules/ROOT/pages/groovy-language.adoc
+++ b/docs/components/modules/ROOT/pages/groovy-language.adoc
@@ -19,7 +19,7 @@ To use a Groovy expression use the following Java code
 ---------------------------------------
 
 For example you could use the *groovy* function to create an
-Predicate in a xref:latest@manual::filter-eip.adoc[Message Filter] or as an Expression for a
+Predicate in a xref:latest@manual:eips:filter-eip.adoc[Message Filter] or as an Expression for a
 Recipient List
 
 == Groovy Options
diff --git a/docs/components/modules/ROOT/pages/javaScript-language.adoc b/docs/components/modules/ROOT/pages/javaScript-language.adoc
index d3d05a3..85ea569 100644
--- a/docs/components/modules/ROOT/pages/javaScript-language.adoc
+++ b/docs/components/modules/ROOT/pages/javaScript-language.adoc
@@ -20,7 +20,7 @@ To use a JavaScript expression use the following Java code
 -----------------------------------------------
 
 For example you could use the *javaScript* function to create an
-Predicate in a xref:latest@manual::filter-eip.adoc[Message
+Predicate in a xref:latest@manual:eips:filter-eip.adoc[Message
 Filter] or as an Expression for a
 Recipient List
 
diff --git a/docs/components/modules/ROOT/pages/jetty-component.adoc b/docs/components/modules/ROOT/pages/jetty-component.adoc
index 9ab6fe4..50a5f17 100644
--- a/docs/components/modules/ROOT/pages/jetty-component.adoc
+++ b/docs/components/modules/ROOT/pages/jetty-component.adoc
@@ -339,7 +339,7 @@ Jetty component will copy the HTTP request parameter, `one` to the
 exchange's `in.header`. We can then use the `simple` language to route
 exchanges that contain this header to a specific endpoint and all others
 to another. If we used a language more powerful than
-xref:latest@manual::simple-language.adoc[Simple] (such as xref:el-language.adoc[EL] or
+xref:latest@components:languages:simple-language.adoc[Simple] (such as xref:el-language.adoc[EL] or
 xref:ognl-language.adoc[OGNL]) we could also test for the parameter value and do
 routing based on the header value as well.
 
diff --git a/docs/components/modules/ROOT/pages/jms-component.adoc b/docs/components/modules/ROOT/pages/jms-component.adoc
index 49e6d06..ab10fc8 100644
--- a/docs/components/modules/ROOT/pages/jms-component.adoc
+++ b/docs/components/modules/ROOT/pages/jms-component.adoc
@@ -1406,7 +1406,7 @@ Transactions and [Request Reply] over JMS
 When using Request Reply over JMS you cannot
 use a single transaction; JMS will not send any messages until a commit
 is performed, so the server side won't receive anything at all until the
-transaction commits. Therefore to use xref:latest@manual::requestReply-eip.adoc[Request
+transaction commits. Therefore to use xref:latest@manual:eips:requestReply-eip.adoc[Request
 Reply] you must commit a transaction after sending the request and then
 use a separate transaction for receiving the response.
 
diff --git a/docs/components/modules/ROOT/pages/jxpath-language.adoc b/docs/components/modules/ROOT/pages/jxpath-language.adoc
index 77c970c..91e8d23 100644
--- a/docs/components/modules/ROOT/pages/jxpath-language.adoc
+++ b/docs/components/modules/ROOT/pages/jxpath-language.adoc
@@ -10,7 +10,7 @@ XPath expressions to be used on beans in an
 Expression or Predicate to be
 used in the DSL or xref:latest@manual::xml-configuration.adoc[Xml
 Configuration]. For example you could use JXPath to create an
-Predicate in a xref:latest@manual::filter-eip.adoc[Message
+Predicate in a xref:latest@manual:eips:filter-eip.adoc[Message
 Filter] or as an Expression for a
 Recipient List.
 
diff --git a/docs/components/modules/ROOT/pages/mvel-language.adoc b/docs/components/modules/ROOT/pages/mvel-language.adoc
index 54e67d2..e8b5267 100644
--- a/docs/components/modules/ROOT/pages/mvel-language.adoc
+++ b/docs/components/modules/ROOT/pages/mvel-language.adoc
@@ -98,7 +98,7 @@ The component supports 4 options, which are listed below.
 
 == Samples
 
-For example you could use Mvel inside a xref:latest@manual::filter-eip.adoc[Message
+For example you could use Mvel inside a xref:latest@manual:eips:filter-eip.adoc[Message
 Filter] in XML
 
 [source,java]
diff --git a/docs/components/modules/ROOT/pages/ognl-language.adoc b/docs/components/modules/ROOT/pages/ognl-language.adoc
index db3d324..5f117ee 100644
--- a/docs/components/modules/ROOT/pages/ognl-language.adoc
+++ b/docs/components/modules/ROOT/pages/ognl-language.adoc
@@ -100,7 +100,7 @@ The component supports 2 options, which are listed below.
 
 == Samples
 
-For example you could use OGNL inside a xref:latest@manual::filter-eip.adoc[Message
+For example you could use OGNL inside a xref:latest@manual:eips:filter-eip.adoc[Message
 Filter] in XML
 
 [source,java]
diff --git a/docs/components/modules/ROOT/pages/php-language.adoc b/docs/components/modules/ROOT/pages/php-language.adoc
index 9d3526f..393db2c 100644
--- a/docs/components/modules/ROOT/pages/php-language.adoc
+++ b/docs/components/modules/ROOT/pages/php-language.adoc
@@ -19,7 +19,7 @@ To use a PHP expression use the following Java code
 ---------------------------------
 
 For example you could use the *php* function to create an
-Predicate in a xref:latest@manual::filter-eip.adoc[Message
+Predicate in a xref:latest@manual:eips:filter-eip.adoc[Message
 Filter] or as an Expression for a
 Recipient List
 
diff --git a/docs/components/modules/ROOT/pages/python-language.adoc b/docs/components/modules/ROOT/pages/python-language.adoc
index 263d619..8099bab 100644
--- a/docs/components/modules/ROOT/pages/python-language.adoc
+++ b/docs/components/modules/ROOT/pages/python-language.adoc
@@ -19,7 +19,7 @@ To use a Python expression use the following Java code
 ---------------------------------------
 
 For example you could use the *python* function to create an
-Predicate in a xref:latest@manual::filter-eip.adoc[Message
+Predicate in a xref:latest@manual:eips:filter-eip.adoc[Message
 Filter] or as an Expression for a
 Recipient List
 
diff --git a/docs/components/modules/ROOT/pages/ruby-language.adoc b/docs/components/modules/ROOT/pages/ruby-language.adoc
index 522a834..40180fa 100644
--- a/docs/components/modules/ROOT/pages/ruby-language.adoc
+++ b/docs/components/modules/ROOT/pages/ruby-language.adoc
@@ -19,7 +19,7 @@ To use a Ruby expression use the following Java code
 -----------------------------------
 
 For example you could use the *ruby* function to create an
-Predicate in a xref:latest@manual::filter-eip.adoc[Message
+Predicate in a xref:latest@manual:eips:filter-eip.adoc[Message
 Filter] or as an Expression for a
 Recipient List
 
diff --git a/docs/components/modules/ROOT/pages/ruby.adoc b/docs/components/modules/ROOT/pages/ruby.adoc
index 68885cf..576b271 100644
--- a/docs/components/modules/ROOT/pages/ruby.adoc
+++ b/docs/components/modules/ROOT/pages/ruby.adoc
@@ -16,7 +16,7 @@ To use a Ruby expression use the following Java code
 -----------------------------------
 
 For example you could use the *ruby* function to create an
-Predicate in a xref:latest@manual::filter-eip.adoc[Message
+Predicate in a xref:latest@manual:eips:filter-eip.adoc[Message
 Filter] or as an Expression for a
 Recipient List
 
diff --git a/docs/components/modules/ROOT/pages/servletlistener.adoc b/docs/components/modules/ROOT/pages/servletlistener.adoc
index 2075a8f..ab05e0a 100644
--- a/docs/components/modules/ROOT/pages/servletlistener.adoc
+++ b/docs/components/modules/ROOT/pages/servletlistener.adoc
@@ -283,8 +283,8 @@ as disabling JMX.
 This component uses either JNDI or Simple as the
 Registry.
 
- This allows you to lookup xref:latest@manual::bean-eip.adoc[Bean]s and other services in
-JNDI, and as well to bind and unbind your own xref:latest@manual::bean-eip.adoc[Bean]s.
+ This allows you to lookup xref:latest@manual:eips:bean-eip.adoc[Bean]s and other services in
+JNDI, and as well to bind and unbind your own xref:latest@manual:eips:bean-eip.adoc[Bean]s.
 
 This is done from Java code by implementing the
 `org.apache.camel.component.servletlistener.CamelContextLifecycle`.
@@ -310,8 +310,8 @@ interface.
   </context-param>
 -------------------------------------------------------------------------------------
 
-As we enlisted our HelloBean xref:latest@manual::bean-eip.adoc[Bean] using the name
-"myBean" we can refer to this xref:latest@manual::bean-eip.adoc[Bean] in the Camel routes
+As we enlisted our HelloBean xref:latest@manual:eips:bean-eip.adoc[Bean] using the name
+"myBean" we can refer to this xref:latest@manual:eips:bean-eip.adoc[Bean] in the Camel routes
 as shown below:
 
 [source,java]
diff --git a/docs/components/modules/ROOT/pages/spel-language.adoc b/docs/components/modules/ROOT/pages/spel-language.adoc
index ddffccf..78f55c0 100644
--- a/docs/components/modules/ROOT/pages/spel-language.adoc
+++ b/docs/components/modules/ROOT/pages/spel-language.adoc
@@ -117,8 +117,8 @@ can invoke the "bar" method on this bean like this:
 
 === SpEL in enterprise integration patterns
 
-You can use SpEL as an expression for xref:latest@manual::recipientList-eip.adoc[Recipient
-List] or as a predicate inside a xref:latest@manual::filter-eip.adoc[Message
+You can use SpEL as an expression for xref:latest@manual:eips:recipientList-eip.adoc[Recipient
+List] or as a predicate inside a xref:latest@manual:eips:filter-eip.adoc[Message
 Filter]:
 
 [source,xml]
diff --git a/docs/components/modules/ROOT/pages/spring-event-component.adoc b/docs/components/modules/ROOT/pages/spring-event-component.adoc
index 1a40f95..5a4f211 100644
--- a/docs/components/modules/ROOT/pages/spring-event-component.adoc
+++ b/docs/components/modules/ROOT/pages/spring-event-component.adoc
@@ -10,7 +10,7 @@ The Spring Event component provides access to the Spring
 `ApplicationEvent` objects to a Spring `ApplicationContext` or to
 consume them. You can then use
 xref:latest@manual::enterprise-integration-patterns.adoc[Enterprise Integration
-Patterns] to process them such as xref:latest@manual::filter-eip.adoc[Message
+Patterns] to process them such as xref:latest@manual:eips:filter-eip.adoc[Message
 Filter].
 
 == URI format
diff --git a/docs/components/modules/ROOT/pages/sql-language.adoc b/docs/components/modules/ROOT/pages/sql-language.adoc
index acea30c..76fe0e4 100644
--- a/docs/components/modules/ROOT/pages/sql-language.adoc
+++ b/docs/components/modules/ROOT/pages/sql-language.adoc
@@ -38,7 +38,7 @@ Camel supports http://en.wikipedia.org/wiki/SQL[SQL] to allow an
 Expression or Predicate to be
 used in the DSL or xref:latest@manual::xml-configuration.adoc[Xml
 Configuration]. For example you could use SQL to create an
-Predicate in a xref:latest@manual::filter-eip.adoc[Message
+Predicate in a xref:latest@manual:eips:filter-eip.adoc[Message
 Filter] or as an Expression for a
 Recipient List.
 
diff --git a/docs/components/modules/ROOT/pages/xquery-component.adoc b/docs/components/modules/ROOT/pages/xquery-component.adoc
index 5bbeaaf..8072631 100644
--- a/docs/components/modules/ROOT/pages/xquery-component.adoc
+++ b/docs/components/modules/ROOT/pages/xquery-component.adoc
@@ -9,7 +9,7 @@ Camel supports http://www.w3.org/TR/xquery/[XQuery] to allow an
 Expression or Predicate to be
 used in the DSL or xref:latest@manual::xml-configuration.adoc[Xml
 Configuration]. For example you could use XQuery to create an
-Predicate in a xref:latest@manual::filter-eip.adoc[Message
+Predicate in a xref:latest@manual:eips:filter-eip.adoc[Message
 Filter] or as an Expression for a
 Recipient List.
 
diff --git a/docs/components/modules/ROOT/pages/xquery-language.adoc b/docs/components/modules/ROOT/pages/xquery-language.adoc
index 439b8a3..92cb61a 100644
--- a/docs/components/modules/ROOT/pages/xquery-language.adoc
+++ b/docs/components/modules/ROOT/pages/xquery-language.adoc
@@ -9,7 +9,7 @@ Camel supports http://www.w3.org/TR/xquery/[XQuery] to allow an
 Expression or Predicate to be
 used in the DSL or xref:latest@manual::xml-configuration.adoc[Xml
 Configuration]. For example you could use XQuery to create an
-Predicate in a xref:latest@manual::filter-eip.adoc[Message
+Predicate in a xref:latest@manual:eips:filter-eip.adoc[Message
 Filter] or as an Expression for a
 Recipient List.
 
diff --git a/docs/pom.xml b/docs/pom.xml
index c53123e..a8a97fd 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -82,19 +82,7 @@
                             <commandlineArgs>${project.basedir}/node/yarn/dist/bin/yarn.js --non-interactive gulp</commandlineArgs>
                         </configuration>
                     </execution>
-                    <execution>
-                        <id>antora-xref-check</id>
-                        <goals>
-                            <goal>exec</goal>
-                        </goals>
-                        <phase>verify</phase>
-                        <configuration>
-                            <executable>${project.basedir}/node/node</executable>
-                            <commandlineArgs>${project.basedir}/node/yarn/dist/bin/yarn.js --non-interactive antora --generator @antora/xref-validator site.yml</commandlineArgs>
-                            <skip>${fastinstall}</skip>
-                        </configuration>
-                    </execution>
-                </executions>
+                 </executions>
             </plugin>
         </plugins>
     </build>