From a9a0cce037c77c66b9ae04c6e61cc1e052ed615d Mon Sep 17 00:00:00 2001 From: Yufeng He <40085740+he-yufeng@users.noreply.github.com> Date: Thu, 20 Aug 2026 16:42:07 +0800 Subject: [PATCH 1/2] Python: docs: replace the stale learn-docs placeholder with the live links --- python/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python/README.md b/python/README.md index 2a672e5f3c3..acc6768188d 100644 --- a/python/README.md +++ b/python/README.md @@ -258,4 +258,6 @@ For more advanced orchestration patterns including Sequential, Concurrent, Group - [Python Package Documentation](https://github.com/microsoft/agent-framework/tree/main/python) - [.NET Package Documentation](https://github.com/microsoft/agent-framework/tree/main/dotnet) - [Design Documents](https://github.com/microsoft/agent-framework/tree/main/docs/design) -- Learn docs are coming soon. +- [Learn: Agent Framework Overview](https://learn.microsoft.com/agent-framework/overview/agent-framework-overview) +- [Learn: Quick Start](https://learn.microsoft.com/agent-framework/tutorials/quick-start) +- [Learn: Tutorials](https://learn.microsoft.com/agent-framework/tutorials/overview) From c921461851b9fa0e0c9dd92a2005ecb1f3be56cb Mon Sep 17 00:00:00 2001 From: Yufeng He <40085740+he-yufeng@users.noreply.github.com> Date: Fri, 21 Aug 2026 19:13:44 +0800 Subject: [PATCH 2/2] Fix the Learn tutorials link --- python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/README.md b/python/README.md index acc6768188d..13ff3e006aa 100644 --- a/python/README.md +++ b/python/README.md @@ -260,4 +260,4 @@ For more advanced orchestration patterns including Sequential, Concurrent, Group - [Design Documents](https://github.com/microsoft/agent-framework/tree/main/docs/design) - [Learn: Agent Framework Overview](https://learn.microsoft.com/agent-framework/overview/agent-framework-overview) - [Learn: Quick Start](https://learn.microsoft.com/agent-framework/tutorials/quick-start) -- [Learn: Tutorials](https://learn.microsoft.com/agent-framework/tutorials/overview) +- [Learn: Tutorials](https://learn.microsoft.com/agent-framework/get-started/)