From 56bd8052fc4ff824fae9bbc7bc7600aa4d82d19a Mon Sep 17 00:00:00 2001 From: Chris Rickman Date: Thu, 19 Feb 2026 11:09:53 -0800 Subject: [PATCH] Fix readme links --- dotnet/agent-framework-dotnet.slnx | 15 ++++++++------- .../01-get-started/06_host_your_agent/README.md | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/dotnet/agent-framework-dotnet.slnx b/dotnet/agent-framework-dotnet.slnx index 617085f9aa..cb4c3b8c1d 100644 --- a/dotnet/agent-framework-dotnet.slnx +++ b/dotnet/agent-framework-dotnet.slnx @@ -15,9 +15,9 @@ - - - + + + @@ -34,6 +34,7 @@ + @@ -171,6 +172,8 @@ + + @@ -187,10 +190,8 @@ - - - + @@ -225,10 +226,10 @@ + - diff --git a/dotnet/samples/01-get-started/06_host_your_agent/README.md b/dotnet/samples/01-get-started/06_host_your_agent/README.md index d4ac968978..7ad79cb210 100644 --- a/dotnet/samples/01-get-started/06_host_your_agent/README.md +++ b/dotnet/samples/01-get-started/06_host_your_agent/README.md @@ -10,7 +10,7 @@ This sample demonstrates how to use the Durable Agent Framework (DAFx) to create ## Environment Setup -See the [README.md](../README.md) file in the parent directory for more information on how to configure the environment, including how to install and run common sample dependencies. +See the [README.md](../../Durable/Agents/AzureFunctions/README.md) file in the parent directory for more information on how to configure the environment, including how to install and run common sample dependencies. ## Running the Sample