Fix broken links (#583)

This commit is contained in:
Mark Wallace
2025-09-02 12:18:12 +00:00
committed by GitHub
parent 7dee184ae4
commit 81f8fb8001
6 changed files with 23 additions and 33 deletions
+2 -3
View File
@@ -21,10 +21,9 @@ Below are the basics for each language implementation. For more details on pytho
- [Getting Started with Workflows](./python/samples/getting_started/workflow): basic workflow creation and integration with agents
### .Net
- [Getting Started with Agents](./dotnet/samples/GettingStarted/Steps): basic agent creation and tool usage
- [Agent Provider Samples](./dotnet/samples/GettingStarted/Providers): samples showing different agent providers
- [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
- [Getting Started with Workflows](./dotnet/samples/GettingStarted/Workflow): (Coming soon) basic workflow creation and integration with agents
## Agent Framework Documentation