Skip to content

Commit 6577313

Browse files
Merge pull request #10 from cometchat-pro/dev
Update README.md
2 parents c0a86d2 + caa735d commit 6577313

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The UI Kit is developed to keep developers in mind and aims to reduce developmen
2828
Before you begin, ensure you have met the following requirements:<br/>
2929
&nbsp; You have `Android Studio` installed in your machine.<br/>
3030
&nbsp; You have a `Android Device or Emulator` with Android Version 6.0 or above.<br/>
31-
&nbsp; You have read [CometChat Key Concepts](https://prodocs.cometchat.com/docs/concepts).<br/>
31+
&nbsp; You have read [CometChat Key Concepts](https://www.cometchat.com/docs/java-uikit-beta/key-concepts).<br/>
3232

3333
<hr/>
3434

@@ -78,7 +78,7 @@ dependencies {
7878

7979

8080
You can refer to the below link for next instructions:<br/>
81-
[📝 Add CometChat Dependency](https://prodocs.cometchat.com/docs/android-quick-start#section-add-the-cometchat-dependency)
81+
[📝 Add Java Pluto UI Kit Dependency](https://www.cometchat.com/docs/java-uikit-beta/integration)
8282

8383
<hr/>
8484

@@ -153,17 +153,17 @@ String authKey = "AUTH_KEY"; // Replace with your App Auth Key
153153

154154
<hr/>
155155

156-
📝 &nbsp; Please refer to our [Developer Documentation](https://prodocs.cometchat.com/docs/android-quick-start) for more information on how to configure the CometChat Pro SDK and implement various features using the same.
156+
📝 &nbsp; Please refer to our [Developer Documentation](https://www.cometchat.com/docs/java-uikit-beta/overview) for more information on how to configure the Java Pluto UI Kit and implement various features using the same.
157157

158158
<hr/>
159159

160160
## Add UI Kit Library
161161
| :information_source: &nbsp; <b>Note - If you have added <code>android-java-ui-kit</code> as Dependency, then you can skip first three steps.</b> |
162162
|------------------------------------------------------------------------------------------------------------|
163163

164-
1. Simply clone the project from [android-java-chat-ui-kit](https://github.com/cometchat-pro/android-java-chat-ui-kit/tree/v3) repository.
164+
1. Simply clone the project from [android-java-chat-ui-kit](https://github.com/cometchat-pro/android-java-chat-ui-kit/tree/pluto) repository.
165165

166-
2. 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) )
166+
2. Import `uikit` Module from Module Settings.( To know how to import `uikit` as Module visit this [link](https://www.cometchat.com/docs/java-uikit-beta/integration) )
167167

168168
3. If the Library is added successfully, it will look like mentioned in the below image.
169169
<img align="center" width="auto" height="auto" src="https://github.com/cometchat-pro/android-chat-uikit/blob/master/Screenshot/Screen%20Shot%202019-12-23%20at%207.37.37%20PM.png">
@@ -253,7 +253,7 @@ String authKey = "AUTH_KEY"; // Replace with your App Auth Key
253253

254254
## Troubleshooting
255255

256-
- To read the full documentation on UI Kit integration visit our [Documentation](https://prodocs.cometchat.com/docs/android-ui-kit) .
256+
- To read the full documentation on Java Pluto UI Kit integration visit our [Documentation](https://www.cometchat.com/docs/java-uikit-beta/integration) .
257257

258258
- Facing any issues while integrating or installing the UI Kit please <a href="https://app.cometchat.com/"> connect with us via real time support present in CometChat Dashboard.</a>.
259259

@@ -267,8 +267,6 @@ Thanks to the following people who have contributed to this project:
267267
[👨‍💻 @vivekprajapati 💻](https://github.com/vivekCometChat) <br>
268268
[👨‍💻 @darshanbhanushali 💻](https://github.com/darshanbhanushali)
269269

270-
[Contribution guidelines for this project]()
271-
272270
---
273271

274272
## :mailbox: Contact
@@ -277,7 +275,4 @@ Contact us via real time support present in [CometChat Dashboard.](https://app.c
277275

278276
---
279277

280-
## License
281-
282-
This project uses the following license: [License.md](LICENSE).
283278

0 commit comments

Comments
 (0)