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.