Skip to content

Commit 02bce9a

Browse files
authored
Merge pull request #21 from sendbird/feature/doo/update_readme
fix readme paths
2 parents dc8dcdb + 26859b2 commit 02bce9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ Sendbird UIKit for Android is a development kit with an user interface that enab
1111
- **uikit** is where you can find the open source code. Check out [UIKit Open Source Guidelines](https://github.com/sendbird/sendbird-uikit-android-sources/blob/main/OPENSOURCE_GUIDELINES.md) for more information regarding our stance on open source.
1212
- **uikit-samples** consists of four use cases of UIKit.
1313
You can navigate to each use case through the four menus that appear when you run it.
14-
* Basic Usage - A sample that contains the basic usage of UIKit. Please check the [README](src/main/java/com/sendbird/uikit/samples/basic/README.md) for details.
15-
* Customizations - Examples that have applied customization to UIKit. Please check the [README](src/main/java/com/sendbird/uikit/samples/customization/README.md) for details.
14+
* Basic Usage - A sample that contains the basic usage of UIKit. Please check the [README](uikit-samples/src/main/java/com/sendbird/uikit/samples/basic/README.md) for details.
15+
* Customizations - Examples that have applied customization to UIKit. Please check the [README](uikit-samples/src/main/java/com/sendbird/uikit/samples/customization/README.md) for details.
1616
* AI Chatbot: You can chat with the AI Chatbot running on the Sendbird platform.
17-
It is disabled by default, To enable it, please check the [README](src/main/java/com/sendbird/uikit/samples/aichatbot/README.md) for details.
17+
It is disabled by default, To enable it, please check the [README](uikit-samples/src/main/java/com/sendbird/uikit/samples/aichatbot/README.md) for details.
1818
* Sendbird Notification: You can try out Sendbird's Notification product in this sample.
19-
It is disabled by default. To enable it, please check the [README](src/main/java/com/sendbird/uikit/samples/notification/README.md) for details.
19+
It is disabled by default. To enable it, please check the [README](uikit-samples/src/main/java/com/sendbird/uikit/samples/notification/README.md) for details.
2020
Caution: This sample is not related to push notifications. It is a demonstration of Sendbird's Notification product.
2121

2222
### More about Sendbird UIKIT for Android

0 commit comments

Comments
 (0)