This is an automated email from the ASF dual-hosted git repository.
fmariani 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 77a634754239 🚑️ Fix camel-ibm-watsonx-ai documentation links
77a634754239 is described below
commit 77a634754239d392ce6017979cec59073e4f3af7
Author: Croway <[email protected]>
AuthorDate: Mon Jan 19 12:17:35 2026 +0100
🚑️ Fix camel-ibm-watsonx-ai documentation links
---
.../camel-ibm-watsonx-ai/src/main/docs/ibm-watsonx-ai-component.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/components/camel-ibm/camel-ibm-watsonx-ai/src/main/docs/ibm-watsonx-ai-component.adoc
b/components/camel-ibm/camel-ibm-watsonx-ai/src/main/docs/ibm-watsonx-ai-component.adoc
index fe215da5416e..854f0aebe769 100644
---
a/components/camel-ibm/camel-ibm-watsonx-ai/src/main/docs/ibm-watsonx-ai-component.adoc
+++
b/components/camel-ibm/camel-ibm-watsonx-ai/src/main/docs/ibm-watsonx-ai-component.adoc
@@ -318,7 +318,7 @@ This pattern enables building real-time chat applications
where:
* Each token from the LLM is streamed back immediately
* Clients receive a `[DONE]` marker when the response is complete
-NOTE: Requires the `camel-vertx-websocket` dependency. See the
https://camel.apache.org/components/latest/vertx-websocket-component.html[Vert.x
WebSocket component documentation] for more details.
+NOTE: Requires the `camel-vertx-websocket` dependency. See the
xref:vertx-websocket-component.adoc[Vert.x WebSocket component documentation]
for more details.
=== Chat with Tool Calling
@@ -509,7 +509,7 @@ from("direct:embedAndStore")
.log("Embedding stored with ID: ${header.CamelQdrantOperationID}");
--------------------------------------------------------------------------------
-NOTE: This example requires the `camel-qdrant` dependency. See the
https://camel.apache.org/components/latest/qdrant-component.html[Qdrant
component documentation] for more details.
+NOTE: This example requires the `camel-qdrant` dependency. See the
xref:qdrant-component.adoc[Qdrant component documentation] for more details.
=== Rerank Documents