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.