Skip to content

Commit 8cb1661

Browse files
committed
Update broken internal links
1 parent 1f0b31f commit 8cb1661

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docusaurus/docs/reactnative/contexts/translation_context.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: TranslationContext
44
---
55

66
`TranslationContext` is provided by [`OverlayProvider`](../core-components/overlay_provider.mdx) and [`Chat`](../core-components/chat.mdx) components.
7-
Read the [translations section](../basics/translations/) for more information on how to customize your translations.
7+
Read the [translations section](basics/translations.mdx) for more information on how to customize your translations.
88
If you are not familiar with React Context API, please read about it on [React docs](https://reactjs.org/docs/context.html).
99

1010
## Basic Usage

docusaurus/docs/reactnative/guides/message_actions_customization.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ type MessageAction = {
4242
};
4343
```
4444

45-
You can customize each one of the default actions using props on the [`Channel component`](../) as shown further on this page. The channel component makes these props available in the `MessagesContext` context.
45+
You can customize each one of the default actions using props on the [`Channel component`](../core-components/channel.mdx) as shown further on this page. The channel component makes these props available in the `MessagesContext` context.
4646

4747
The channel component accepts a prop called `messageActions`. You can use this prop as a callback function to render message actions selectively.
4848

@@ -148,7 +148,7 @@ import { messageActions as defaultMessageActions, Mute as MuteIcon } from 'strea
148148
149149
## How to customize message action UI
150150
151-
[`OverlayProvider`](../) component accepts props called - `MessageActionList` and `MessageActionListItem`. They both serve a different purpose.
151+
[`OverlayProvider`](../core-components/overlay_provider.mdx) component accepts props called - `MessageActionList` and `MessageActionListItem`. They both serve a different purpose.
152152
153153
- `MessageActionList` - Allows full customizability of the message action list and allows users to add/define their own message action along with the style they prefer for the application.
154154
- `MessageActionListItem` - Allows customizability of an item in a message action list.

0 commit comments

Comments
 (0)