diff --git a/chat-apis.json b/chat-apis.json index 8ed3c6a1c..be0eb6746 100644 --- a/chat-apis.json +++ b/chat-apis.json @@ -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": { diff --git a/sdk/ionic-legacy/2.0/bots.mdx b/sdk/ionic-legacy/2.0/bots.mdx index b17757d42..e224024de 100644 --- a/sdk/ionic-legacy/2.0/bots.mdx +++ b/sdk/ionic-legacy/2.0/bots.mdx @@ -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. diff --git a/ui-kit/android/v2/overview.mdx b/ui-kit/android/v2/overview.mdx index b6d8aff96..abc347ed9 100644 --- a/ui-kit/android/v2/overview.mdx +++ b/ui-kit/android/v2/overview.mdx @@ -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.