From 00aaa702c0ad426e5b212e93f8ad6cce1f986f1c Mon Sep 17 00:00:00 2001 From: Aditya Mandaleeka Date: Tue, 30 Sep 2025 11:52:36 -0700 Subject: [PATCH] Fix typo in workflows link in README.md (#1027) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4dd03cb6e..b904b062df 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Welcome to Microsoft's comprehensive multi-language framework for building, orch - [Getting Started with Agents](./python/samples/getting_started/agents): basic agent creation and tool usage - [Chat Client Examples](./python/samples/getting_started/chat_client): direct chat client usage patterns -- [Getting Started with Workflows](./python/samples/getting_started/workflow): basic workflow creation and integration with agents +- [Getting Started with Workflows](./python/samples/getting_started/workflows): basic workflow creation and integration with agents ### .NET @@ -58,4 +58,4 @@ Welcome to Microsoft's comprehensive multi-language framework for building, orch - [Agent Framework Repository](https://github.com/microsoft/agent-framework) - [Design Documents](./docs/design) - [Architectural Decision Records](./docs/decisions) -- [MSFT Learn Docs](https://learn.microsoft.com/agent-framework/overview/agent-framework-overview) \ No newline at end of file +- [MSFT Learn Docs](https://learn.microsoft.com/agent-framework/overview/agent-framework-overview)