Skip to content

Commit bc7bee2

Browse files
Readme updated
1 parent d451ec5 commit bc7bee2

1 file changed

Lines changed: 13 additions & 14 deletions

File tree

Readme.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<p align="left">
1010
CometChat Kitchen Sink Sample App (built using <b>CometChat UI Kits</b>) is a fully functional real-time messaging app capable of private (one-on-one), group messaging, voice & video calling.
1111
<br />
12-
<a href="https://www.cometchat.com/docs/java-uikit-beta/overview"><strong>Explore the docs »</strong></a>
12+
<a href="https://www.cometchat.com/docs/android-v4-uikit/overview"><strong>Explore the docs »</strong></a>
1313
<br />
1414
<br />
15-
<a href="https://github.com/cometchat-pro/android-java-chat-app/issues">Report Bug</a>
15+
<a href="https://github.com/cometchat-pro/cometchat-chat-sample-app-android-java/issues">Report Bug</a>
1616
</p>
1717
</p>
1818

@@ -74,13 +74,13 @@ Simply clone or fork this repo and run it using the instructions below to see al
7474
1. Clone the repo
7575

7676
```sh
77-
git clone https://github.com/cometchat-pro/android-java-chat-app.git
77+
git clone https://github.com/cometchat-pro/cometchat-chat-sample-app-android-java.git
7878
```
7979

8080
2. Change to the working directory
8181

8282
```sh
83-
cd android-java-chat-app
83+
cd cometchat-chat-sample-app-android-java
8484
```
8585

8686
3. Change the Branch
@@ -89,43 +89,42 @@ Simply clone or fork this repo and run it using the instructions below to see al
8989
git checkout v4
9090
```
9191

92-
4. Replace `APP_ID`, `REGION` and `AUTH_KEY` with your CometChat `App ID`, `Region` and `Auth Key` in `AppConstants.java` file.
92+
4. Replace `APP_ID`, `REGION`, and `AUTH_KEY` with your CometChat `App ID`, `Region`, and `Auth Key` in `AppConstants.java` file.
9393

9494
![Replacing constants in AppConstants.java](./Screenshots/credentials.png "Replacing constants in AppConstants.java")
9595

9696
<!-- USAGE EXAMPLES -->
9797

9898
## Usage
9999

100-
This app contains all features offered by CometChat through its UI Kit. [Read more about the Android chat UI Kit here.](https://www.cometchat.com/docs/java-uikit-beta/overview)
100+
This app contains all features offered by CometChat through its UI Kit. [Read more about the Android UI Kit here.](https://www.cometchat.com/docs/android-v4-uikit/overview)
101101

102102
### Run project locally
103103

104104
- Open the project in Android Studio.
105105

106-
- Modify `APP_ID` and `AUTH_KEY` and `REGION` with your own .
107106
- Build and run the Sample App.
108107
- Select demo users or enter the **UID** at the time of login once the app is launched.
109108

110-
To learn about Android UI Kit Integration, please [click here](https://www.cometchat.com/docs/java-uikit-beta/integration).
109+
To learn about Android UI Kit Integration, please [click here](https://www.cometchat.com/docs/android-v4-uikit/integration).
111110

112111
## Help
113112

114-
To learn more about our UI kits, visit our [documentation](https://www.cometchat.com/docs/java-uikit-beta/overview).
113+
To learn more about our UI kits, visit our [documentation](https://www.cometchat.com/docs/v4-uikits).
115114

116-
If you are still facing issues while running this project or integrating with our UI Kits, please connect with our real time support via the [CometChat Dashboard](https://app.cometchat.com/).
115+
If you are still facing issues while running this project or integrating with our UI Kits, please connect with our real-time support via the [CometChat Dashboard](https://app.cometchat.com/).
117116

118117
<!-- CONTRIBUTING -->
119118

120119
## Contributing
121120

122-
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**. Sincere thanks to all our [contributors](https://github.com/cometchat-pro/android-java-chat-app/graphs/contributors)!
121+
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. Sincere thanks to all our [contributors](https://github.com/cometchat-pro/android-java-chat-app/graphs/contributors)!
123122

124123
You are requested to follow the contribution guidelines specified in [CONTRIBUTING.md](./CONTRIBUTING.md) while contributing to the project :smile:.
125124

126125
## Support
127126

128-
Please connect with our real time support via the [CometChat Dashboard](https://app.cometchat.com/).
127+
Please connect with our real-time support via the [CometChat Dashboard](https://app.cometchat.com/).
129128

130129
<!-- LICENSE -->
131130

@@ -135,8 +134,8 @@ This project is licensed under the MIT License - see the [LICENSE](./LICENSE) fi
135134

136135
## About Authors
137136

138-
`android-java-chat-app` is created & maintained by CometChat.
137+
`cometchat-chat-sample-app-android-java` is created & maintained by CometChat.
139138

140139
The names and logos for CometChat are trademarks of CometChat, Inc.
141140

142-
We love open source software! See [our other projects](https://github.com/cometchat-pro) or [sign up with us](https://app.cometchat.com) to start using our product.
141+
We love open-source software! See [our other projects](https://github.com/cometchat-pro) or [sign up with us](https://app.cometchat.com) to start using our product.

0 commit comments

Comments
 (0)