From 12f6f82c180476fadea7a3324221519121d2a999 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 31 Mar 2026 21:04:06 +0000 Subject: [PATCH] Fix relative paths in README files inside moved directories Agent-Logs-Url: https://github.com/microsoft/agent-framework/sessions/f70f7d19-9256-4eec-b7db-28007d74440c Co-authored-by: sphenry <6749825+sphenry@users.noreply.github.com> --- declarative-agents/agent-samples/README.md | 2 +- declarative-agents/workflow-samples/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/declarative-agents/agent-samples/README.md b/declarative-agents/agent-samples/README.md index 953affeb08..751da7c045 100644 --- a/declarative-agents/agent-samples/README.md +++ b/declarative-agents/agent-samples/README.md @@ -1,3 +1,3 @@ # Declarative Agents -This folder contains sample agent definitions that can be run using the declarative agent support, for python see the [declarative agent python sample folder](../python/samples/02-agents/declarative/). +This folder contains sample agent definitions that can be run using the declarative agent support, for python see the [declarative agent python sample folder](../../python/samples/02-agents/declarative/). diff --git a/declarative-agents/workflow-samples/README.md b/declarative-agents/workflow-samples/README.md index 07cbb859e2..7bb6af1943 100644 --- a/declarative-agents/workflow-samples/README.md +++ b/declarative-agents/workflow-samples/README.md @@ -10,8 +10,8 @@ Workflow workflow = DeclarativeWorkflowBuilder.Build("Marketing.yaml", options); ``` These example workflows may be executed by the workflow -[Samples](../dotnet/samples/03-workflows/Declarative) +[Samples](../../dotnet/samples/03-workflows/Declarative) that are present in this repository. -> See the [README.md](../dotnet/samples/03-workflows/Declarative/README.md) +> See the [README.md](../../dotnet/samples/03-workflows/Declarative/README.md) associated with the samples for configuration details.