From 214f2065355e0a7faa58edafe3e86804608c3096 Mon Sep 17 00:00:00 2001 From: Dobrinka Yordanova Date: Wed, 12 Nov 2025 01:55:06 +0200 Subject: [PATCH] fix missing image --- controls/chat/templates/item-template-selector.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controls/chat/templates/item-template-selector.md b/controls/chat/templates/item-template-selector.md index 094fe4132..fc6d78473 100644 --- a/controls/chat/templates/item-template-selector.md +++ b/controls/chat/templates/item-template-selector.md @@ -61,7 +61,7 @@ The following example demonstrates how to create a custom `ChatItemTemplateSelec The image below shows how the customized Chat control can look: -![A customized .NET MAUI Chat](images/chat-item-template-selector.png) +![A customized .NET MAUI Chat](../images/chat-item-template-selector.png) ## See Also