Skip to content

Commit 6d5cdf9

Browse files
authored
Update README.md
1 parent 83f5194 commit 6d5cdf9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Read the full tutorial here:
44

5-
[**>> Build a modern Android chat app with Kotlin**](https://paper.dropbox.com/doc/Build-a-modern-Android-chat-app-with-Kotlin--AXnKQvBG15aDT9uHJiOgeIblAg-RkqBGaoZOAfzHR1ARj3Hs)
5+
[**>> Build a modern Android chat app with Kotlin**](https://www.cometchat.com/pro/tutorials/build-a-modern-android-chat-app-with-kotlin/?utm_source=github&utm_medium=example-code-readme)
66

77
This demo app shows how to build an Android group chat app with Kotlin:
88

@@ -12,23 +12,23 @@ This demo app shows how to build an Android group chat app with Kotlin:
1212

1313
To run the demo follow these steps:
1414

15-
1. [Create a CometChat account](https://app.cometchat.com) if you haven't already
16-
2. From the [dashboard](https://app.cometchat.com/#/apps), create a new app called "Kotlin Group Chat"
15+
1. [Head to CometChat Pro and create an account](https://cometchat.com/pro?utm_source=github&utm_medium=example-code-readme)
16+
2. From the [dashboard](https://app.cometchat.com/?utm_source=github&utm_medium=example-code-readme), create a new app called "Kotlin Group Chat"
1717
3. One created, click **Explore**
1818
4. Go to the **API Keys** tab and click **Create API Key**
1919
5. Create an API key called "Kotlin Group Chat Key" with **Full Access**
20-
4. Download the repository [here](https://github.com/bookercodes/kotlin-group-chat/archive/master.zip) or by running `git clone https://github.com/arthlimchiu/CometChatPro-Tutorial.git` and open it in Android Studio
21-
5. Update [strings.xml](https://github.com/bookercodes/kotlin-group-chat/blob/master/app/src/main/res/values/strings.xml) with your newly-created `appID` and `apiKey`
20+
4. Download the repository [here](https://github.com/cometchat-pro-samples/kotlin-group-chat/archive/master.zip) or by running `git clone https://github.com/cometchat-pro-samples/kotlin-group-chat.git` and open it in Android Studio
21+
5. Update [strings.xml](https://github.com/cometchat-pro-samples/kotlin-group-chat/blob/master/app/src/main/res/values/strings.xml) with your newly-created `appID` and `apiKey`
2222
6. Run the app and login with one of the test users: superhero1, superhero2, superhero3, superhero4 or superhero5
2323

24-
Questions about running the demo? [Open an issue](https://github.com/bookercodes/kotlin-group-chat/issues). We're here to help ✌️
24+
Questions about running the demo? [Open an issue](https://github.com/cometchat-pro-samples/kotlin-group-chat/issues). We're here to help ✌️
2525

2626

2727
## Useful links
2828

29-
- 🏠 [CometChat Homepage](https://cometchat.com/pro)
30-
- 🚀 [Create your free account](https://app.cometchat.com/#/register)
31-
- 📚 [Documentation](https://prodocs.cometchat.com/docs)
29+
- 🏠 [CometChat Homepage](https://cometchat.com/pro?utm_source=github&utm_medium=example-code-readme)
30+
- 🚀 [Create your free account](https://app.cometchat.com?utm_source=github&utm_medium=example-code-readme)
31+
- 📚 [Documentation](https://prodocs.cometchat.com/docs?utm_source=github&utm_medium=example-code-readme)
3232
- 👾 [GitHub](https://github.com/CometChat-Pro)
3333

3434

0 commit comments

Comments
 (0)