Skip to content

Commit e75b65b

Browse files
authored
Update links & Telehealth README.md (#7)
Update links & Telehealth README.md
1 parent 698ab60 commit e75b65b

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Choose a sample application that demonstrates the use of chat components.
2020
| Name | Features | Chat type | Use case |
2121
|-----|---------|---------|---------|
2222
| [`getting-started`](getting-started/) | <br><ul><li>Message list and message input integration</li><li>Light & dark themes</li></ul></br> | 1:1 | <img src="/assets/getting-started-ios-app.png" alt="Getting Started app for iOS" style="width:300px"/> |
23-
| [`telehealth`](telehealth-example/) | <br><ul><li>Doctor to patient chat</li><li>Light & dark themes</li></ul></br> | 1:1 | <img src="/assets/telehealth-ios-app.png" alt="Telehealth sample application" style="width:300px"/> |
23+
| [`telehealth`](telehealth-example/) | <br><ul><li>Doctor-to-patient chat</li><li>Light & dark themes</li></ul></br> | 1:1 | <img src="/assets/telehealth-ios-app.png" alt="Telehealth sample application" style="width:300px"/> |
2424

2525

2626
## Useful links
2727

2828
For more information about PubNub Chat Components for iOS, refer to:
2929
* [GitHub repository](https://github.com/pubnub/chat-components-ios/blob/master/README.md)
30-
* [Documentation](https://www.pubnub.com/docs/chat/components/ios/get-started-ios)
30+
* [Documentation](https://www.pubnub.com/docs/chat/components/ios)

getting-started/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ To use the app, you need:
1515

1616
## Usage
1717

18-
Read the [Getting Started](https://www.pubnub.com/docs/chat/components/ios/get-started-ios) guide to learn how to use the app and better understand the logic behind it.
18+
Read the [Getting Started](https://www.pubnub.com/docs/chat/components/ios) guide to learn how to use the app and better understand the logic behind it.
1919

2020
## Features
2121

2222
The `getting-started` app showcases these PubNub Chat Components for iOS:
2323

24-
* [MessageInput](https://www.pubnub.com/docs/chat/components/ios/ui-components-ios#messageinput)
25-
* [MessageList](https://www.pubnub.com/docs/chat/components/ios/ui-components-ios#messagelist)
24+
* [MessageInput](https://www.pubnub.com/docs/chat/components/ios/ui-components#messageinput)
25+
* [MessageList](https://www.pubnub.com/docs/chat/components/ios/ui-components#messagelist)

telehealth-example/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Telehealth Application
22

3-
`telehealth-example` is a basic chat application that features communication between doctor and patient.
3+
`telehealth-example` is a basic chat application that features communication between a doctor and a patient.
44

55
<img src="../assets/telehealth-ios-app.png" alt="Getting Started app for iOS" style="width:300px"/>
66

@@ -15,17 +15,19 @@ To use the app, you need:
1515

1616
## Usage
1717

18-
Read the [Getting Started](https://www.pubnub.com/docs/chat/components/ios/get-started-ios) guide to learn how to use the app and better understand the logic behind it.
18+
Read the [Getting Started](https://www.pubnub.com/docs/chat/components/ios) guide to learn how to use the app and better understand the logic behind it.
1919

2020
## Features
2121

2222
The `telehealth-example` app showcases these PubNub Chat Components for iOS:
2323

24-
* [MessageInput](https://www.pubnub.com/docs/chat/components/ios/ui-components-ios#messageinput)
25-
* [MessageList](https://www.pubnub.com/docs/chat/components/ios/ui-components-ios#messagelist)
24+
* [MessageInput](https://www.pubnub.com/docs/chat/components/ios/ui-components#messageinput)
25+
* [MessageList](https://www.pubnub.com/docs/chat/components/ios/ui-components#messagelist)
2626

2727
## Usernames
2828

29+
You can log into the app either as a doctor or as one of the patients. Type in one of the available usernames and tap **Log in**. You don't need a password to log in.
30+
2931
### Patients
3032

3133
* lukeyoung
@@ -34,5 +36,3 @@ The `telehealth-example` app showcases these PubNub Chat Components for iOS:
3436
### Doctors
3537

3638
* suejones
37-
38-
## Pasword is not needed

0 commit comments

Comments
 (0)