Skip to content

Commit fb0fdcf

Browse files
author
Oleksandr Shvetsov
committed
Updated README for simple chat bot with Next step
1 parent 8c38d99 commit fb0fdcf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

samples/chat_bots/rivescript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,4 @@ Here we initialize RiveScript, then load all replies flows from **replies.rive**
193193
node index.js
194194
```
195195

196-
Now you can write something to your bot and will receive a reply. See the documentation at https://docs.quickblox.com/docs/js-quick-start.
196+
Now you can write something to your bot and will receive a reply. See the documentation at [https://docs.quickblox.com/docs/js-quick-start](https://docs.quickblox.com/docs/js-quick-start).

samples/chat_bots/simple_bot/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,8 @@ In terminal type the following command:
133133
node index.js
134134
```
135135

136-
Now you can write something to your bot and will receive a reply. See the documentation at https://docs.quickblox.com/docs/js-quick-start.
136+
Now you can write something to your bot and will receive a reply. See the documentation at [https://docs.quickblox.com/docs/js-quick-start](https://docs.quickblox.com/docs/js-quick-start).
137+
138+
### **Next step**
139+
140+
You can take your simple bot to the next level by adding some intelligence to it. Check out [this sample](https://quickblox.github.io/quickblox-javascript-sdk/samples/chat_bots/rivescript/) to see a clever bot in action. Follow the guide to learn how to run your clever bot.

0 commit comments

Comments
 (0)