From 538be4c149d72b5cb46e5ef79b1f0b0c83407503 Mon Sep 17 00:00:00 2001 From: Jon Galloway Date: Thu, 18 Sep 2025 15:03:06 -0700 Subject: [PATCH] Update link for Orchestration Samples in README (#825) Fix broken link to sample Co-authored-by: Chris <66376200+crickman@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f80b85e41..2c9ec03b6b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Below are the basics for each language implementation. For more details on pytho ### .NET - [Getting Started with Agents](./dotnet/samples/GettingStarted/Agents): basic agent creation and tool usage - [Agent Provider Samples](./dotnet/samples/GettingStarted/AgentProviders): samples showing different agent providers -- [Orchestration Samples](./dotnet/samples/GettingStarted/Orchestration): advanced multi-agent patterns +- [Orchestration Samples](./dotnet/samples/GettingStarted/AgentOrchestration): advanced multi-agent patterns ## Agent Framework Documentation @@ -54,4 +54,4 @@ Below are the basics for each language implementation. For more details on pytho - [Agent Framework Repository](https://github.com/microsoft/agent-framework) - [Design Documents](./docs/design) - [Architectural Decision Records](./docs/decisions) -- Learn docs are coming soon. \ No newline at end of file +- Learn docs are coming soon.