diff --git a/controls/chat/items/overview.md b/controls/chat/items/overview.md index 268c236f..6c66ecfd 100644 --- a/controls/chat/items/overview.md +++ b/controls/chat/items/overview.md @@ -13,7 +13,7 @@ The `RadChat` control works with a collection of `ChatItem` objects. The control This section covers the specific details of the different Chat Items provided by `RadChat`: * [Message]({%slug chat-items-messages %})—The basic message unit in RadChat; apart from the text of the message itself, each `TextMessage` instance contains information about the Author of the message as well as any additional data. -* [Attachments]({%slug chat-attachments%})—The options to attach images, files, and other media to messages in the .NET MAUI Chat. +* Attachments—The options to attach images, files, and other media to messages in the .NET MAUI Chat. * [Time Break]({%slug chat-items-timebreak %})—Used to encapsulate messages in a conversation by a certain condition such as read/unread, time intervals, or any other condition. It visualizes as a dividing line across the messages board with a text message attached to it. * [PickerItem]({%slug chat-picker-overview %})—A special `ChatItem` type which contains a `RadChatPicker` control used for providing a selection to the end user. Depending on the information that is presented and the choices the user can make, the pickers can be one of the following types: * `DatePicker`—Displays a Calendar to choose a date.