Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chat-apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@
],
"properties": {
"uid": {
"description": "Unique identifier of the user. Please refer to https://prodocs.cometchat.com/docs/concepts#uid",
"description": "Unique identifier of the user. Please refer to https://www.cometchat.com/docs/rest-api/users",
"type": "string"
},
"name": {
Expand Down
2 changes: 1 addition & 1 deletion sdk/ionic-legacy/2.0/bots.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Once you've created a user, you can create a new bot. The actual implementation

### Reply to a message

When you receive a message from CometChat, you can process it and provide a response using our [Send Bot Message](https://prodocs.cometchat.com/reference#send-bot-message) Rest API.
When you receive a message from CometChat, you can process it and provide a response using our [Send Bot Message](https://www.cometchat.com/docs/rest-api/messages/send-bot-message) Rest API.
2 changes: 1 addition & 1 deletion ui-kit/android/v2/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ To integrate the UI Kit, please follow the steps below:

[Download UI Kit Library](https://github.com/cometchat-pro/android-java-chat-ui-kit/archive/v2.zip)

* Import `uikit` Module from Module Settings.( To know how to import `uikit` as Module visit this [link](https://prodocs.cometchat.com/docs/android-ui-kit-setup) )
* Import `uikit` Module from Module Settings.( To know how to import `uikit` as Module visit this [link](https://www.cometchat.com/docs/ui-kit/android/v2/overview#setup-) )
* If the Library is added sucessfully, it will look like mentioned in the below image.

<Frame>
Expand Down