Skip to content

Commit e030ab5

Browse files
committed
Relative to absolute links
1 parent 8120f89 commit e030ab5

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
@@ -15,13 +15,13 @@ If you encounter any problems with `@talkjs/react`, please open an issue. If you
1515

1616
## Documentation
1717

18-
- [Getting started guide](/Getting_Started/Frameworks/React/)
19-
- [React SDK reference docs](/Reference/React_SDK/Installation/)
18+
- [Getting started guide](https://talkjs.com/docs/Getting_Started/Frameworks/React/)
19+
- [React SDK reference docs](https://talkjs.com/docs/Reference/React_SDK/Installation/)
2020
- [Team chat tutorial](https://talkjs.com/resources/how-to-use-talkjs-to-create-a-team-chat-with-channels/) and [example code](https://github.com/talkjs/talkjs-examples/tree/master/react/remote-work-demo)
2121

2222
## Examples
2323

24-
The following examples use the [`Session`](/Reference/React_SDK/Components/Session/) and [`Chatbox`](/Reference/React_SDK/Components/Chatbox/) components from the React SDK to create a chatbox UI.
24+
The following examples use the [`Session`](https://talkjs.com/docs/Reference/React_SDK/Components/Session/) and [`Chatbox`](https://talkjs.com/docs/Reference/React_SDK/Components/Chatbox/) components from the React SDK to create a chatbox UI.
2525

2626
For both examples, you'll first need to install both `@talkjs/react` and the [`talkjs` JavaScript package](https://www.npmjs.com/package/talkjs):
2727

@@ -33,7 +33,7 @@ yarn add talkjs @talkjs/react
3333

3434
### Add an existing user and conversation
3535

36-
This example demonstrates how to create a TalkJS session with an existing user and view a chatbox UI with an existing conversation. We'll use a sample user and conversation that are already included in your [test environment](/Features/Environments/).
36+
This example demonstrates how to create a TalkJS session with an existing user and view a chatbox UI with an existing conversation. We'll use a sample user and conversation that are already included in your [test environment](https://talkjs.com/docs/Features/Environments/).
3737

3838
Add the following code to your React app. Replace the `<APP_ID>` with your test environment App ID from the **Settings** tab of the TalkJS dashboard:
3939

0 commit comments

Comments
 (0)