From 683800ce06c50a4c7bf671eac8283b63885334c3 Mon Sep 17 00:00:00 2001 From: Chris Rickman Date: Thu, 19 Feb 2026 12:53:09 -0800 Subject: [PATCH] Agent fixed links --- .../samples/04-hosting/DurableAgents/AzureFunctions/README.md | 4 ++-- .../packages/ag-ui/agent_framework_ag_ui_examples/README.md | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/dotnet/samples/04-hosting/DurableAgents/AzureFunctions/README.md b/dotnet/samples/04-hosting/DurableAgents/AzureFunctions/README.md index 896ac12095..5ac0f6015b 100644 --- a/dotnet/samples/04-hosting/DurableAgents/AzureFunctions/README.md +++ b/dotnet/samples/04-hosting/DurableAgents/AzureFunctions/README.md @@ -1,8 +1,8 @@ # Azure Functions Samples -To get started with Azure Functions, begin with the introduction sample under [Get Started (`01-get-started`)](../../01-get-started). +To get started with Azure Functions, begin with the introduction sample under [Get Started (`01-get-started`)](../../../01-get-started). -- **[06_host_your_agent](../../01-get-started/06_host_your_agent)**: A sample that demonstrates how to host a single conversational agent in an Azure Functions app and invoke it directly over HTTP. +- **[06_host_your_agent](../../../01-get-started/06_host_your_agent)**: A sample that demonstrates how to host a single conversational agent in an Azure Functions app and invoke it directly over HTTP. This directory contains samples for Azure Functions. diff --git a/python/packages/ag-ui/agent_framework_ag_ui_examples/README.md b/python/packages/ag-ui/agent_framework_ag_ui_examples/README.md index e11a05d863..cfc4042026 100644 --- a/python/packages/ag-ui/agent_framework_ag_ui_examples/README.md +++ b/python/packages/ag-ui/agent_framework_ag_ui_examples/README.md @@ -327,10 +327,6 @@ wrapped_agent = AgentFrameworkAgent( orchestrators=[MyCustomOrchestrator(), DefaultOrchestrator()], ) -## Documentation - -For detailed documentation, see [DESIGN.md](DESIGN.md). - ## License MIT