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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit a0266e8f8cfe3e633c4d202833698d8915655fba
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Wed Sep 21 08:25:47 2022 +0200

    CAMEL-18506: updated camel-websocket documentation
---
 components/camel-websocket/src/main/docs/websocket-component.adoc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/components/camel-websocket/src/main/docs/websocket-component.adoc 
b/components/camel-websocket/src/main/docs/websocket-component.adoc
index ed2c3c9e5df..5d995cdcf68 100644
--- a/components/camel-websocket/src/main/docs/websocket-component.adoc
+++ b/components/camel-websocket/src/main/docs/websocket-component.adoc
@@ -70,8 +70,7 @@ message, we need to send the transformed message to the same 
endpoint
 
 This example is part of an unit test, which you can find
 
https://svn.apache.org/repos/asf/camel/trunk/components/camel-websocket/src/test/java/org/apache/camel/component/websocket/WebsocketRouteExampleTest.java[here].
-As a client we use the xref:ahc-component.adoc[AHC] library which offers 
support
-for web socket as well.
+As a client we use Java's own HTTP client which offers support for web socket 
as well.
 
 Here is another example where webapp resources location have been
 defined to allow the Jetty Application Server to not only register the

Reply via email to