diff --git a/daprdocs/content/en/developing-applications/dapr-agents/dapr-agents-core-concepts.md b/daprdocs/content/en/developing-applications/dapr-agents/dapr-agents-core-concepts.md index 5f941847b..3fe817c52 100644 --- a/daprdocs/content/en/developing-applications/dapr-agents/dapr-agents-core-concepts.md +++ b/daprdocs/content/en/developing-applications/dapr-agents/dapr-agents-core-concepts.md @@ -298,7 +298,7 @@ Agent tasks enable workflows to leverage specialized agents with their own tools ### Workflow Patterns -Workflows enable the implementation of various agentic patterns through structured orchestration, including Prompt Chaining, Routing, Parallelization, Orchestrator-Workers, Evaluator-Optimizer, Human-in-the-loop, and others. For detailed implementations and examples of these patterns, see the [Patterns documentation]({{< ref "developing-applications/dapr-agents/dapr-agents-patterns.md" >}}). +Workflows enable the implementation of various agentic patterns through structured orchestration, including Prompt Chaining, Routing, Parallelization, Orchestrator-Workers, Evaluator-Optimizer, Human-in-the-loop, and others. For detailed implementations and examples of these patterns, see the [Patterns documentation]({{< ref dapr-agents-patterns.md >}}). ### Workflows vs. Durable Agents diff --git a/daprdocs/content/en/developing-applications/dapr-agents/dapr-agents-introduction.md b/daprdocs/content/en/developing-applications/dapr-agents/dapr-agents-introduction.md index 0e82a91a3..8ce1e8718 100644 --- a/daprdocs/content/en/developing-applications/dapr-agents/dapr-agents-introduction.md +++ b/daprdocs/content/en/developing-applications/dapr-agents/dapr-agents-introduction.md @@ -64,7 +64,7 @@ Dapr Agents is a Python framework built on top of the [Python Dapr SDK]({{% ref ### Getting Started -Get started with Dapr Agents by following the instructions on the [Getting Started page]({{% ref "developing-applications/dapr-agents/dapr-agents-getting-started.md" %}}). +Get started with Dapr Agents by following the instructions on the [Getting Started page]({{% ref dapr-agents-getting-started.md %}}). ### Framework Integrations diff --git a/daprdocs/content/en/developing-applications/dapr-agents/dapr-agents-quickstarts.md b/daprdocs/content/en/developing-applications/dapr-agents/dapr-agents-quickstarts.md index e7497fb99..cf35ac09c 100644 --- a/daprdocs/content/en/developing-applications/dapr-agents/dapr-agents-quickstarts.md +++ b/daprdocs/content/en/developing-applications/dapr-agents/dapr-agents-quickstarts.md @@ -10,7 +10,7 @@ description: "Get started with Dapr Agents through practical step-by-step exampl #### Before you begin -- [Set up your local Dapr environment]({{% ref "getting-started/install-dapr-cli.md" %}}). +- [Set up your local Dapr environment]({{% ref install-dapr-cli.md %}}). ## Quickstarts