Skip to content

Commit a18b88b

Browse files
authored
fix(docs): broken internal link in translations context (#1961)
1 parent 3bd0fcc commit a18b88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.mdx) for more information on how to customize your translations.
7+
Read the [Adding Internationalization (i18n) 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

0 commit comments

Comments
 (0)