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

davsclaus pushed a commit to branch camel-4.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-4.14.x by this push:
     new 8fc97fa4c8e9 Cleanup faq
8fc97fa4c8e9 is described below

commit 8fc97fa4c8e95eb90ba798432b3211704ac62a0f
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Mar 11 06:40:35 2026 +0100

    Cleanup faq
---
 components/camel-xslt-saxon/src/main/docs/xslt-saxon-component.adoc  | 3 +--
 components/camel-xslt/src/main/docs/xslt-component.adoc              | 3 +--
 core/camel-core-engine/src/main/docs/modules/eips/pages/log-eip.adoc | 2 +-
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git 
a/components/camel-xslt-saxon/src/main/docs/xslt-saxon-component.adoc 
b/components/camel-xslt-saxon/src/main/docs/xslt-saxon-component.adoc
index 43c5c561541b..0d0efdba904f 100644
--- a/components/camel-xslt-saxon/src/main/docs/xslt-saxon-component.adoc
+++ b/components/camel-xslt-saxon/src/main/docs/xslt-saxon-component.adoc
@@ -208,8 +208,7 @@ With Spring XML:
 
 To provide a dynamic stylesheet at runtime, you can either:
 
-- Define a dynamic URI. See 
xref:manual:faq:how-to-use-a-dynamic-uri-in-to.adoc[How to use a dynamic URI in
-`to()`] for more information.
+- Define a dynamic URI. 
 - Use header with the stylesheet.
 
 When using a header for dynamic stylesheet, then you can either refer to the 
stylesheet as a `file` or `classpath`
diff --git a/components/camel-xslt/src/main/docs/xslt-component.adoc 
b/components/camel-xslt/src/main/docs/xslt-component.adoc
index 515a4a7e3fc5..7b65d983e4ca 100644
--- a/components/camel-xslt/src/main/docs/xslt-component.adoc
+++ b/components/camel-xslt/src/main/docs/xslt-component.adoc
@@ -171,8 +171,7 @@ You can explicitly specify `file:` or `classpath:` loading. 
The two loading type
 
 To provide a dynamic stylesheet at runtime, you can either:
 
-- Define a dynamic URI. See 
xref:manual:faq:how-to-use-a-dynamic-uri-in-to.adoc[How to use a dynamic URI in
-to()] for more information.
+- Define a dynamic URI.
 - Use header with the stylesheet.
 
 When using a header for dynamic stylesheet, then you can either refer to the 
stylesheet as a `file` or `classpath`
diff --git 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/log-eip.adoc 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/log-eip.adoc
index da56125c3a84..72f2d6aebaf5 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/log-eip.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/log-eip.adoc
@@ -84,7 +84,7 @@ to construct the `String` containing the message to be logged.
 
 === Logging message body with streaming
 
-If the message body is stream based, then logging the message body may cause 
the message body to be empty afterward. See this 
xref:manual:faq:why-is-my-message-body-empty.adoc[FAQ]. For streamed messages, 
you can use Stream caching to allow logging the message body and be able to 
read the message body afterward again.
+If the message body is stream based, then logging the message body may cause 
the message body to be empty afterward. For streamed messages, you can use 
Stream caching to allow logging the message body and be able to read the 
message body afterward again.
 
 The log DSL has overloaded methods to set the logging level and/or name as 
well.
 [source,java]

Reply via email to