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 8d756a576c01de0b45603fe5d1b019fe131c77a6
Author: Otavio R. Piske <angusyo...@gmail.com>
AuthorDate: Sat Feb 17 12:21:08 2024 +0100

    CAMEL-20410: documentation fixes for camel-chatscript
    
    - Fixed grammar and typos
    - Fixed punctuation
    - Added and/or fixed links
    
    Signed-off-by: Otavio R. Piske <angusyo...@gmail.com>
---
 .../camel-chatscript/src/main/docs/chatscript-component.adoc  | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git 
a/components/camel-chatscript/src/main/docs/chatscript-component.adoc 
b/components/camel-chatscript/src/main/docs/chatscript-component.adoc
index bdb5b946f2e..1606364050c 100644
--- a/components/camel-chatscript/src/main/docs/chatscript-component.adoc
+++ b/components/camel-chatscript/src/main/docs/chatscript-component.adoc
@@ -14,11 +14,10 @@
 
 *{component-header}*
 
-The ChatScript component allows you to interact with ChatScript Server and 
have conversations. This component is stateless and relies on ChatScript to 
maintain chat history.
+The ChatScript component allows you to interact with 
https://github.com/ChatScript/ChatScript[ChatScript Server] and have 
conversations. This component is stateless and relies on ChatScript to maintain 
chat history.
 
-Original ChatScript is available here : 
https://github.com/bwilcox-1234/ChatScript
+This component expects a JSON with the following fields:
 
-This component expects a JSON having the following fields:
 [source,json]
 ----
 {
@@ -28,8 +27,10 @@ This component expects a JSON having the following fields:
 }
 ----
 
-Refer `ChatScriptMessage.java` and samples
-
+[NOTE]
+====
+Refer to the file 
https://github.com/apache/camel/blob/main/components/camel-chatscript/src/main/java/org/apache/camel/component/chatscript/ChatScriptMessage.java[`ChatScriptMessage.java`]
 for details and samples.
+====
 
 
 // component-configure options: START

Reply via email to