Skip to content

Commit 3898dd6

Browse files
Merge pull request #19 from cameo-js/fix/supported-locale-link
fix(docs): update supported locale link to API reference
2 parents 919b5f7 + 0136c85 commit 3898dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/src/content/docs/guides/localization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const options: ChatKitOptions = {
6464
};
6565
```
6666

67-
The list of supported locales is available in the [API reference](../api/openai/chatkit/type-aliases/supportedlocale/).
67+
The list of supported locales is available in the [API reference](../../api/openai/chatkit/type-aliases/supportedlocale/).
6868

6969
:::note
7070
If you switch locales at runtime, update every user-facing string in your options at the same time to avoid mixing languages.

0 commit comments

Comments
 (0)