Skip to content

Commit 0bd365e

Browse files
authored
docs: fix ChatView link (#2521)
Fixes a broken link in v12 upgrade guide.
1 parent c720de9 commit 0bd365e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/React/release-guides/upgrade-to-v12.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Both [`Thread`](https://github.com/GetStream/stream-chat-js/blob/master/src/thre
2828

2929
### ChatView & ChatView.ThreadAdapter
3030

31-
`ChatView` is component itself and a set of components which allow for a drop-in implementation of different chat views - the channel view and thread view. This drop-in solution allows your users to easily switch between said views without having to implement such mechanism yourself. Read more about it in our [`ChatView` documentation](../components/utility-components/view-components.mdx).
31+
`ChatView` is component itself and a set of components which allow for a drop-in implementation of different chat views - the channel view and thread view. This drop-in solution allows your users to easily switch between said views without having to implement such mechanism yourself. Read more about it in our [`ChatView` documentation](../components/utility-components/chat-view.mdx).
3232

3333
## Introducing WithComponents & Dropping Defaults
3434

0 commit comments

Comments
 (0)