From 30a4fb54f22e3e67d548a84d88356762a9167a23 Mon Sep 17 00:00:00 2001 From: Kartik Ramesh Date: Thu, 5 Dec 2024 11:15:57 -0600 Subject: [PATCH] Update github/microsoft/autogen link in chess documentation. --- notebook/agentchat_nested_chats_chess.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/agentchat_nested_chats_chess.ipynb b/notebook/agentchat_nested_chats_chess.ipynb index 2afdbdfff8..69a604c53b 100644 --- a/notebook/agentchat_nested_chats_chess.ipynb +++ b/notebook/agentchat_nested_chats_chess.ipynb @@ -298,7 +298,7 @@ "\n", "The following diagram illustrates the nested chat between the player agent and the board agent.\n", "\n", - "![Conversational Chess](https://media.githubusercontent.com/media/microsoft/autogen/main/notebook/nested-chats-chess.png)\n", + "![Conversational Chess](https://media.githubusercontent.com/media/ag2ai/ag2/main/notebook/nested-chats-chess.png)\n", "\n", "See [nested chats tutorial chapter](/docs/tutorial/conversation-patterns#nested-chats)\n", "for more information."