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

djencks 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 940a85b  change 'latest' to 'next', and make manual unversioned
940a85b is described below

commit 940a85bda5c7079c582c753a38c2badfb360e620
Author: David Jencks <[email protected]>
AuthorDate: Sun Oct 24 11:16:34 2021 -0700

    change 'latest' to 'next', and make manual unversioned
---
 .../src/main/docs/test-spring-junit5.adoc                      | 10 +++++-----
 components/camel-xpath/src/main/docs/xpath-language.adoc       |  4 ++--
 core/camel-base/src/main/docs/properties-component.adoc        |  2 +-
 core/camel-core-engine/src/main/docs/antora.yml                |  4 +++-
 .../main/docs/modules/eips/pages/correlation-identifier.adoc   |  2 +-
 .../src/main/docs/modules/eips/pages/setProperty-eip.adoc      |  4 ++--
 .../src/main/docs/modules/eips/pages/split-eip.adoc            |  6 +++---
 .../src/main/docs/modules/eips/pages/threads-eip.adoc          |  4 ++--
 .../src/main/docs/modules/eips/pages/throttle-eip.adoc         |  2 +-
 .../src/main/docs/modules/eips/pages/to-eip.adoc               |  4 ++--
 .../src/main/docs/modules/languages/pages/ref-language.adoc    |  4 ++--
 docs/components/antora.yml                                     | 10 +++++++---
 .../modules/ROOT/partials/component-configure-options.adoc     |  6 +++---
 docs/user-manual/antora.yml                                    |  2 +-
 .../camel-groovy-dsl/src/main/docs/groovy-dsl.adoc             |  2 +-
 dsl/camel-java-joor-dsl/src/main/docs/java-joor-dsl.adoc       |  2 +-
 dsl/camel-js-dsl/src/main/docs/js-dsl.adoc                     |  2 +-
 dsl/camel-kotlin-dsl/src/main/docs/kotlin-dsl.adoc             |  2 +-
 dsl/camel-xml-io-dsl/src/main/docs/java-xml-io-dsl.adoc        |  2 +-
 dsl/camel-xml-jaxb-dsl/src/main/docs/java-xml-jaxb-dsl.adoc    |  2 +-
 dsl/camel-yaml-dsl/camel-yaml-dsl/src/main/docs/yaml-dsl.adoc  |  2 +-
 21 files changed, 42 insertions(+), 36 deletions(-)

diff --git 
a/components/camel-test/camel-test-spring-junit5/src/main/docs/test-spring-junit5.adoc
 
b/components/camel-test/camel-test-spring-junit5/src/main/docs/test-spring-junit5.adoc
index e600389..e9f7ec9 100644
--- 
a/components/camel-test/camel-test-spring-junit5/src/main/docs/test-spring-junit5.adoc
+++ 
b/components/camel-test/camel-test-spring-junit5/src/main/docs/test-spring-junit5.adoc
@@ -203,13 +203,13 @@ The following annotations can be used with 
`camel-spring-junit5` unit testing.
 | @CamelSpringBootTest | Used for testing Camel with Spring Boot
 | @CamelSpringTest | Used for testing Camel with classic Spring XML (not 
Spring Boot)
 | @DisableJmx | Used for disabling JMX
-| @EnableRouteCoverage | Enables dumping route coverage statistic. The route 
coverage status is written as xml files in the `target/camel-route-coverage` 
directory after the test has finished. See more information at 
xref:latest@manual::camel-report-maven-plugin.adoc[Camel Maven Report Plugin].
+| @EnableRouteCoverage | Enables dumping route coverage statistic. The route 
coverage status is written as xml files in the `target/camel-route-coverage` 
directory after the test has finished. See more information at 
xref:manual::camel-report-maven-plugin.adoc[Camel Maven Report Plugin].
 | @ExcludeRoutes | Indicates if certain route builder classes should be 
excluded from package scan discovery
-| @MockEndpoints | Auto-mocking of endpoints whose URIs match the provided 
filter. For more information see xref:latest@manual::advice-with.adoc[Advice 
With].
-| @MockEndpointsAndSkip | Auto-mocking of endpoints whose URIs match the 
provided filter with the added provision that the endpoints are also skipped. 
For more information see xref:latest@manual::advice-with.adoc[Advice With].
+| @MockEndpoints | Auto-mocking of endpoints whose URIs match the provided 
filter. For more information see xref:manual::advice-with.adoc[Advice With].
+| @MockEndpointsAndSkip | Auto-mocking of endpoints whose URIs match the 
provided filter with the added provision that the endpoints are also skipped. 
For more information see xref:manual::advice-with.adoc[Advice With].
 | @ProvidesBreakpoint | Indicates that the annotated method returns a 
`Breakpoint` for use in the test. Useful for intercepting traffic to all 
endpoints or simply for setting a break point in an IDE for debugging. The 
method must be `public static`, take no arguments, and return `Breakpoint`.
-| @ShutdownTimeout | Timeout to use for 
xref:latest@manual::graceful-shutdown.adoc[shutdown]. The default is 10 seconds.
-| @UseAdviceWith | To enable testing with 
xref:latest@manual::advice-with.adoc[Advice With].
+| @ShutdownTimeout | Timeout to use for 
xref:manual::graceful-shutdown.adoc[shutdown]. The default is 10 seconds.
+| @UseAdviceWith | To enable testing with xref:manual::advice-with.adoc[Advice 
With].
 | @UseOverridePropertiesWithPropertiesComponent | To use custom `Properties` 
with the xref:ROOT:properties-component.adoc[Properties] component. The 
annotated method must be `public` and return `Properties`.
 |=======================================================================
 
diff --git a/components/camel-xpath/src/main/docs/xpath-language.adoc 
b/components/camel-xpath/src/main/docs/xpath-language.adoc
index 418e706..f745ba9 100644
--- a/components/camel-xpath/src/main/docs/xpath-language.adoc
+++ b/components/camel-xpath/src/main/docs/xpath-language.adoc
@@ -79,7 +79,7 @@ exchange:
 |in:header |the header name |Object |Will return the message header.
 |out:body |none |Object |*deprecated* Will return the out message body.
 |out:header |the header name |Object |*deprecated* Will return the out message 
header.
-|function:properties |key for property |String |To use a 
xref:latest@manual:ROOT:using-propertyplaceholder.adoc[Property Placeholder].
+|function:properties |key for property |String |To use a 
xref:manual:ROOT:using-propertyplaceholder.adoc[Property Placeholder].
 |function:simple |simple expression |Object |To evaluate a 
xref:simple-language.adoc[Simple] language.
 |===
 
@@ -312,7 +312,7 @@ to use it as a helper to do custom XPath evaluations.
 
 It requires that you pass in a `CamelContext`
 since a lot of the moving parts inside the `XPathBuilder` requires access
-to the Camel xref:latest@manual:ROOT:type-converter.adoc[Type Converter]
+to the Camel xref:manual:ROOT:type-converter.adoc[Type Converter]
 and hence why `CamelContext` is needed.
 
 For example, you can do something like this:
diff --git a/core/camel-base/src/main/docs/properties-component.adoc 
b/core/camel-base/src/main/docs/properties-component.adoc
index 3e757c9..c458295 100644
--- a/core/camel-base/src/main/docs/properties-component.adoc
+++ b/core/camel-base/src/main/docs/properties-component.adoc
@@ -12,7 +12,7 @@ The properties component is used for property placeholders in 
your Camel applica
 It is *not* a regular Camel component with producer and consumer for routing 
messages.
 However, for historical reasons it was named `PropertiesComponent` and this 
name is commonly known so we keep using it.
 
-IMPORTANT: See the 
xref:latest@manual:ROOT:using-propertyplaceholder.adoc[Property Placeholder] 
documentation for general information on using property placeholders in Camel.
+IMPORTANT: See the xref:manual:ROOT:using-propertyplaceholder.adoc[Property 
Placeholder] documentation for general information on using property 
placeholders in Camel.
 
 The properties component requires to load the properties (key=value pairs) 
from an external source such as `.properties` files.
 The component is pluggable, and you can configure to use other sources or 
write a custom implementation (for example to load from a database).
diff --git a/core/camel-core-engine/src/main/docs/antora.yml 
b/core/camel-core-engine/src/main/docs/antora.yml
index 88b7eba..8ff02de 100644
--- a/core/camel-core-engine/src/main/docs/antora.yml
+++ b/core/camel-core-engine/src/main/docs/antora.yml
@@ -15,5 +15,7 @@
 # limitations under the License.
 #
 
+# A distributed part of main camel "docs/components" 'components' component 
descriptor:
+
 name: components
-version: latest
+version: next
diff --git 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/correlation-identifier.adoc
 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/correlation-identifier.adoc
index 7c7710e..4bb0719 100644
--- 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/correlation-identifier.adoc
+++ 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/correlation-identifier.adoc
@@ -19,7 +19,7 @@ message exchange to help correlate messages together to a 
single
 conversation (or business process). For example if you need to correlation 
messages when using web services.
 
 The use of a correlation identifier is key to working with 
xref:others:tracing.adoc[Distributed Tracing]
-and be useful when using xref:latest@manual::tracer.adoc[Tracer] messages to 
log,
+and be useful when using xref:manual::tracer.adoc[Tracer] messages to log,
 or testing with simulation or canned data such as with the 
xref:ROOT:mock-component.adoc[Mock] testing framework.
 
 
diff --git 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/setProperty-eip.adoc 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/setProperty-eip.adoc
index a7aa08f2..2816a78 100644
--- 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/setProperty-eip.adoc
+++ 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/setProperty-eip.adoc
@@ -5,10 +5,10 @@
 :since: 
 :supportlevel: Stable
 
-The SetProperty EIP is used for setting a 
xref:latest@manual:ROOT:exchange.adoc[Exchange] property.
+The SetProperty EIP is used for setting a 
xref:manual:ROOT:exchange.adoc[Exchange] property.
 
 NOTE: An `Exchange` property is a key/value set as a `Map` on the 
`org.apache.camel.Exchange` instance.
-This is *not* for setting 
xref:latest@manual:ROOT:using-propertyplaceholder.adoc[property placeholders].
+This is *not* for setting 
xref:manual:ROOT:using-propertyplaceholder.adoc[property placeholders].
 
 == Options
 
diff --git 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/split-eip.adoc 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/split-eip.adoc
index c0341bb..f50a369 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/split-eip.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/split-eip.adoc
@@ -85,7 +85,7 @@ And in XML:
 </route>
 ----
 
-The splitter can use any xref:latest@manual:ROOT:expression.adoc[Expression],
+The splitter can use any xref:manual:ROOT:expression.adoc[Expression],
 so you could use any of the supported languages such as
 xref:components:languages:simple-language.adoc[Simple], 
xref:components:languages:xpath-language.adoc[XPath],
 xref:components:languages:jsonpath-language.adoc[JSonPath], 
xref:components:languages:groovy-language.adoc[Groovy] to perform the split.
@@ -338,7 +338,7 @@ public class MyCustomSplitter {
 The bean should just return something that the splitter can work with when 
splitting, such as a `List` or `Iterator` etc.
 
 TIP: The bean method `splitMe` uses `Exchange` as parameter, however Camel 
supports
-xref:latest@manual:ROOT:bean-binding.adoc[Bean Parameter Binding], which 
allows using other parameters types instead.
+xref:manual:ROOT:bean-binding.adoc[Bean Parameter Binding], which allows using 
other parameters types instead.
 
 === Streaming big XML payloads
 
@@ -701,7 +701,7 @@ What Camel does by default is to process the remainder 983 
messages.
 You have the chance to deal with the exception when aggregating using an 
`AggregationStrategy`.
 
 But sometimes you just want Camel to stop and let the exception be
-propagated back, and let the Camel 
xref:latest@manual:ROOT:error-handler.adoc[Error Handler]
+propagated back, and let the Camel xref:manual:ROOT:error-handler.adoc[Error 
Handler]
 handle it. You can do this by specifying that it should stop in case of an
 exception occurred. This is done by the `stopOnException` option as
 shown below:
diff --git 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/threads-eip.adoc 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/threads-eip.adoc
index a5df0bf..707da76 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/threads-eip.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/threads-eip.adoc
@@ -102,7 +102,7 @@ is *deprecated* and should not be used.
 
 === Default values
 
-The Threads EIP uses the default values from the default 
xref:latest@manual:ROOT:threading-model.adoc[Thread Pool Profile].
+The Threads EIP uses the default values from the default 
xref:manual:ROOT:threading-model.adoc[Thread Pool Profile].
 If the profile has not been altered, then the default profile are as follows:
 
 [width="100%",cols="25%,25%,50%",options="header",]
@@ -119,4 +119,4 @@ If the profile has not been altered, then the default 
profile are as follows:
 
 === See Also
 
-See xref:latest@manual:ROOT:threading-model.adoc[Threading Model]
+See xref:manual:ROOT:threading-model.adoc[Threading Model]
diff --git 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/throttle-eip.adoc 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/throttle-eip.adoc
index 8cbc025..9d8356c 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/throttle-eip.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/throttle-eip.adoc
@@ -69,7 +69,7 @@ And to throttle 50 message per second:
 
 === Dynamically changing maximum requests per period
 
-The Throttler uses an xref:latest@manual:ROOT:expression.adoc[Expression]
+The Throttler uses an xref:manual:ROOT:expression.adoc[Expression]
 to configure the number of requests. In all the examples from above, we used
 a xref:components:languages:constant-language.adoc[constant]. However, the 
expression can
 be dynamic, such as determined from a message header from the current 
`Exchange`.
diff --git 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/to-eip.adoc 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/to-eip.adoc
index 85f00ec..d08c98a 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/to-eip.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/to-eip.adoc
@@ -20,7 +20,7 @@ Connect an application to a messaging channel using a Message 
Endpoint, a client
 
 In Camel the To EIP is used for sending xref:message.adoc[messages] to static 
xref:message-endpoint.adoc[endpoints].
 
-The To and xref:toD-eip.adoc[ToD] EIPs are the most common patterns to use in 
Camel xref:latest@manual:ROOT:routes.adoc[routes].
+The To and xref:toD-eip.adoc[ToD] EIPs are the most common patterns to use in 
Camel xref:manual:ROOT:routes.adoc[routes].
 
 == Options
 
@@ -34,7 +34,7 @@ The `to` is used for sending messages to a static 
xref:message-endpoint.adoc[end
 In other words `to` sends message only to the *same* endpoint.
 
 The `toD` is used for sending message to a dynamic 
xref:message-endpoint.adoc[endpoint].
-The dynamic endpoint is evaluated _on-demand_ by an 
xref:latest@manual:ROOT:expression.adoc[Expression].
+The dynamic endpoint is evaluated _on-demand_ by an 
xref:manual:ROOT:expression.adoc[Expression].
 By default, the xref:components:languages:simple-language.adoc[Simple] 
expression is used to compute
 the dynamic endpoint URI.
 
diff --git 
a/core/camel-core-languages/src/main/docs/modules/languages/pages/ref-language.adoc
 
b/core/camel-core-languages/src/main/docs/modules/languages/pages/ref-language.adoc
index 32199d4..9422b2c 100644
--- 
a/core/camel-core-languages/src/main/docs/modules/languages/pages/ref-language.adoc
+++ 
b/core/camel-core-languages/src/main/docs/modules/languages/pages/ref-language.adoc
@@ -13,7 +13,7 @@ 
include::{cq-version}@camel-quarkus:ROOT:partial$reference/languages/ref.adoc[op
 *Since Camel {since}*
 
 The Ref Expression Language is really just a way to lookup a custom
-`Expression` or `Predicate` from the 
xref:latest@manual:ROOT:registry.adoc[Registry].
+`Expression` or `Predicate` from the xref:manual:ROOT:registry.adoc[Registry].
 
 This is particular useable in XML DSLs.
 
@@ -44,7 +44,7 @@ expression using `<ref>` like:
 in this case, the message coming from the seda:a
 endpoint will be splitted using a custom
 `Expression` which has the id `myExpression` in the
-xref:latest@manual:ROOT:registry.adoc[Registry].
+xref:manual:ROOT:registry.adoc[Registry].
 
 And the same example using Java DSL:
 
diff --git a/docs/components/antora.yml b/docs/components/antora.yml
index 5848ac9..16debba 100644
--- a/docs/components/antora.yml
+++ b/docs/components/antora.yml
@@ -15,11 +15,15 @@
 # limitations under the License.
 #
 
+# other parts of this distributed  component are in:
+# core/camel-core-engine/src/main/docs
+# camel-spring-boot docs/components
+
 name: components
 title: Camel Components
-version: latest
+version: next
 prerelease: true
-display-version: 3.13.x (Prerelease)
+display-version: Next (Pre-release)
 
 nav:
   - modules/ROOT/nav.adoc
@@ -32,4 +36,4 @@ asciidoc:
   attributes:
     index-table-format: width="100%",cols="4,3,3,3,6",options="header"
 #  | Data Format | Artifact | Support Level | Since | Description
-    cq-version: latest
+    cq-version: next
diff --git 
a/docs/components/modules/ROOT/partials/component-configure-options.adoc 
b/docs/components/modules/ROOT/partials/component-configure-options.adoc
index cc28c29..2814c19 100644
--- a/docs/components/modules/ROOT/partials/component-configure-options.adoc
+++ b/docs/components/modules/ROOT/partials/component-configure-options.adoc
@@ -14,7 +14,7 @@ For example a component may have security settings, 
credentials for authenticati
 Some components only have a few options, and others may have many. Because 
components typically have pre configured defaults
 that are commonly used, then you may often only need to configure a few 
options on a component; or none at all.
 
-Configuring components can be done with the 
xref:latest@manual::component-dsl.adoc[Component DSL],
+Configuring components can be done with the 
xref:manual::component-dsl.adoc[Component DSL],
 in a configuration file (application.properties|yaml), or directly with Java 
code.
 
 === Configuring Endpoint Options
@@ -24,9 +24,9 @@ configure what you need the endpoint to do. The options are 
also categorized int
 or as a producer (to), or used for both.
 
 Configuring endpoints is most often done directly in the endpoint URI as path 
and query parameters. You can also use
-the xref:latest@manual::Endpoint-dsl.adoc[Endpoint DSL] as a _type safe_ way 
of configuring endpoints.
+the xref:manual::Endpoint-dsl.adoc[Endpoint DSL] as a _type safe_ way of 
configuring endpoints.
 
-A good practice when configuring options is to use 
xref:latest@manual::using-propertyplaceholder.adoc[Property Placeholders],
+A good practice when configuring options is to use 
xref:manual::using-propertyplaceholder.adoc[Property Placeholders],
 which allows to not hardcode urls, port numbers, sensitive information, and 
other settings.
 In other words placeholders allows to externalize the configuration from your 
code, and gives more flexibility and reuse.
 
diff --git a/docs/user-manual/antora.yml b/docs/user-manual/antora.yml
index 2b9bbb6..add985a 100644
--- a/docs/user-manual/antora.yml
+++ b/docs/user-manual/antora.yml
@@ -17,7 +17,7 @@
 
 name: manual
 title: User manual
-version: latest
+version: ~
 nav:
 - modules/ROOT/nav.adoc
 - modules/faq/nav.adoc
diff --git 
a/dsl/camel-groovy-dsl/camel-groovy-dsl/src/main/docs/groovy-dsl.adoc 
b/dsl/camel-groovy-dsl/camel-groovy-dsl/src/main/docs/groovy-dsl.adoc
index e3d2ced..af6a7a4 100644
--- a/dsl/camel-groovy-dsl/camel-groovy-dsl/src/main/docs/groovy-dsl.adoc
+++ b/dsl/camel-groovy-dsl/camel-groovy-dsl/src/main/docs/groovy-dsl.adoc
@@ -10,4 +10,4 @@ 
include::{cq-version}@camel-quarkus:ROOT:partial$reference/others/groovy-dsl.ado
 //Manually maintained attributes
 :group: DSL
 
-See xref:latest@manual:ROOT:dsl.adoc[DSL]
+See xref:manual:ROOT:dsl.adoc[DSL]
diff --git a/dsl/camel-java-joor-dsl/src/main/docs/java-joor-dsl.adoc 
b/dsl/camel-java-joor-dsl/src/main/docs/java-joor-dsl.adoc
index 7284466..53304dc 100644
--- a/dsl/camel-java-joor-dsl/src/main/docs/java-joor-dsl.adoc
+++ b/dsl/camel-java-joor-dsl/src/main/docs/java-joor-dsl.adoc
@@ -10,4 +10,4 @@ 
include::{cq-version}@camel-quarkus:ROOT:partial$reference/others/java-joor-dsl.
 //Manually maintained attributes
 :group: DSL
 
-See xref:latest@manual:ROOT:dsl.adoc[DSL]
+See xref:manual:ROOT:dsl.adoc[DSL]
diff --git a/dsl/camel-js-dsl/src/main/docs/js-dsl.adoc 
b/dsl/camel-js-dsl/src/main/docs/js-dsl.adoc
index 9f86b34..9185d97 100644
--- a/dsl/camel-js-dsl/src/main/docs/js-dsl.adoc
+++ b/dsl/camel-js-dsl/src/main/docs/js-dsl.adoc
@@ -10,4 +10,4 @@ 
include::{cq-version}@camel-quarkus:ROOT:partial$reference/others/js-dsl.adoc[op
 //Manually maintained attributes
 :group: DSL
 
-See xref:latest@manual:ROOT:dsl.adoc[DSL]
+See xref:manual:ROOT:dsl.adoc[DSL]
diff --git a/dsl/camel-kotlin-dsl/src/main/docs/kotlin-dsl.adoc 
b/dsl/camel-kotlin-dsl/src/main/docs/kotlin-dsl.adoc
index 164c206..4ddabc8 100644
--- a/dsl/camel-kotlin-dsl/src/main/docs/kotlin-dsl.adoc
+++ b/dsl/camel-kotlin-dsl/src/main/docs/kotlin-dsl.adoc
@@ -10,4 +10,4 @@ 
include::{cq-version}@camel-quarkus:ROOT:partial$reference/others/kotlin-dsl.ado
 //Manually maintained attributes
 :group: DSL
 
-See xref:latest@manual:ROOT:dsl.adoc[DSL]
+See xref:manual:ROOT:dsl.adoc[DSL]
diff --git a/dsl/camel-xml-io-dsl/src/main/docs/java-xml-io-dsl.adoc 
b/dsl/camel-xml-io-dsl/src/main/docs/java-xml-io-dsl.adoc
index 2c12350..1e0d0f9 100644
--- a/dsl/camel-xml-io-dsl/src/main/docs/java-xml-io-dsl.adoc
+++ b/dsl/camel-xml-io-dsl/src/main/docs/java-xml-io-dsl.adoc
@@ -9,4 +9,4 @@ 
include::{cq-version}@camel-quarkus:ROOT:partial$reference/others/xml-io-dsl.ado
 //Manually maintained attributes
 :group: DSL
 
-See xref:latest@manual:ROOT:dsl.adoc[DSL]
+See xref:manual:ROOT:dsl.adoc[DSL]
diff --git a/dsl/camel-xml-jaxb-dsl/src/main/docs/java-xml-jaxb-dsl.adoc 
b/dsl/camel-xml-jaxb-dsl/src/main/docs/java-xml-jaxb-dsl.adoc
index fa04dea..27bb25c 100644
--- a/dsl/camel-xml-jaxb-dsl/src/main/docs/java-xml-jaxb-dsl.adoc
+++ b/dsl/camel-xml-jaxb-dsl/src/main/docs/java-xml-jaxb-dsl.adoc
@@ -9,4 +9,4 @@ 
include::{cq-version}@camel-quarkus:ROOT:partial$reference/others/xml-jaxb-dsl.a
 //Manually maintained attributes
 :group: DSL
 
-See xref:latest@manual:ROOT:dsl.adoc[DSL]
+See xref:manual:ROOT:dsl.adoc[DSL]
diff --git a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/main/docs/yaml-dsl.adoc 
b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/main/docs/yaml-dsl.adoc
index 51be891..017fbdd 100644
--- a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/main/docs/yaml-dsl.adoc
+++ b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/main/docs/yaml-dsl.adoc
@@ -144,7 +144,7 @@ To define an endpoint with the YAML dsl you have three 
options:
           parameters:
             authorizationToken: "XXX"
 ----
-. Using the YAML implementation of the 
xref:latest@manual::Endpoint-dsl.adoc[Endpoint DSL]:
+. Using the YAML implementation of the xref:manual::Endpoint-dsl.adoc[Endpoint 
DSL]:
 +
 [source,yaml]
 ----

Reply via email to