From c7a1a1e991a6a2cca0cb79517131e5b421451ca7 Mon Sep 17 00:00:00 2001 From: Ben Thomas Date: Tue, 9 Sep 2025 13:32:08 -0700 Subject: [PATCH] Fix link to Declarative Workflow demo (#674) --- workflows/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows/README.md b/workflows/README.md index c7ceb0d517..56911c1783 100644 --- a/workflows/README.md +++ b/workflows/README.md @@ -1,7 +1,7 @@ # Declarative Workflows This folder contains sample workflow definitions than be ran using the -[Declarative Workflow](../dotnet/demos/DeclarativeWorkflow) demo. +[Declarative Workflow](../dotnet/samples/GettingStarted/Workflows/Declarative) demo. Each workflow is defined in a single YAML file and contains comments with additional information specific to that workflow.