diff --git a/daprdocs/content/en/getting-started/quickstarts/actors-quickstart.md b/daprdocs/content/en/getting-started/quickstarts/actors-quickstart.md index ab1d89d0009..a412cc01425 100644 --- a/daprdocs/content/en/getting-started/quickstarts/actors-quickstart.md +++ b/daprdocs/content/en/getting-started/quickstarts/actors-quickstart.md @@ -37,7 +37,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/actors). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/actors/csharp/sdk). ```bash git clone https://github.com/dapr/quickstarts.git diff --git a/daprdocs/content/en/getting-started/quickstarts/bindings-quickstart.md b/daprdocs/content/en/getting-started/quickstarts/bindings-quickstart.md index 4e40a515912..9c234528af3 100644 --- a/daprdocs/content/en/getting-started/quickstarts/bindings-quickstart.md +++ b/daprdocs/content/en/getting-started/quickstarts/bindings-quickstart.md @@ -33,7 +33,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/bindings). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/bindings/python/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -244,7 +244,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/bindings). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/bindings/javascript/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -450,7 +450,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/bindings). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/bindings/csharp/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -661,7 +661,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/bindings). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/bindings/java/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -872,7 +872,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/bindings). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/bindings/go/sdk). ```bash git clone https://github.com/dapr/quickstarts.git diff --git a/daprdocs/content/en/getting-started/quickstarts/configuration-quickstart.md b/daprdocs/content/en/getting-started/quickstarts/configuration-quickstart.md index a9c563ba1e0..0b37d528a19 100644 --- a/daprdocs/content/en/getting-started/quickstarts/configuration-quickstart.md +++ b/daprdocs/content/en/getting-started/quickstarts/configuration-quickstart.md @@ -35,7 +35,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/configuration). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/configuration/python/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -151,14 +151,14 @@ if unsubscribed == True: For this example, you will need: - [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started). -- [Python 3.7+ installed](https://www.python.org/downloads/). - +- [Latest Node.js installed](https://nodejs.org/download/). + - [Docker Desktop](https://www.docker.com/products/docker-desktop) ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/configuration). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/configuration/javascript/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -279,7 +279,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/configuration). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/configuration/csharp/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -399,7 +399,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/configuration). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/configuration/java/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -514,7 +514,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/configuration). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/configuration/go/sdk). ```bash git clone https://github.com/dapr/quickstarts.git diff --git a/daprdocs/content/en/getting-started/quickstarts/cryptography-quickstart.md b/daprdocs/content/en/getting-started/quickstarts/cryptography-quickstart.md index 8959672d09a..76ace1305b7 100644 --- a/daprdocs/content/en/getting-started/quickstarts/cryptography-quickstart.md +++ b/daprdocs/content/en/getting-started/quickstarts/cryptography-quickstart.md @@ -43,7 +43,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/cryptography) +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/cryptography/javascript/sdk) ```bash git clone https://github.com/dapr/quickstarts.git @@ -245,7 +245,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/cryptography) +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/cryptography/go/sdk) ```bash git clone https://github.com/dapr/quickstarts.git diff --git a/daprdocs/content/en/getting-started/quickstarts/jobs-quickstart.md b/daprdocs/content/en/getting-started/quickstarts/jobs-quickstart.md index 96310518687..8b52eedb1d6 100644 --- a/daprdocs/content/en/getting-started/quickstarts/jobs-quickstart.md +++ b/daprdocs/content/en/getting-started/quickstarts/jobs-quickstart.md @@ -43,7 +43,7 @@ For this example, you will need: ### Step 2: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/jobs). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/jobs/go/sdk). ```bash git clone https://github.com/dapr/quickstarts.git diff --git a/daprdocs/content/en/getting-started/quickstarts/pubsub-quickstart.md b/daprdocs/content/en/getting-started/quickstarts/pubsub-quickstart.md index 82d5884424a..c8fae336f86 100644 --- a/daprdocs/content/en/getting-started/quickstarts/pubsub-quickstart.md +++ b/daprdocs/content/en/getting-started/quickstarts/pubsub-quickstart.md @@ -39,7 +39,7 @@ For this example, you will need: ### Step 2: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/pub_sub). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/pub_sub/python/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -217,7 +217,7 @@ For this example, you will need: ### Step 2: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/pub_sub). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/pub_sub/javascript/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -365,7 +365,7 @@ For this example, you will need: ### Step 2: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/pub_sub). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/pub_sub/csharp/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -522,7 +522,7 @@ For this example, you will need: ### Step 2: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/pub_sub). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/pub_sub/java/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -683,7 +683,7 @@ For this example, you will need: ### Step 2: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/pub_sub). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/pub_sub/go/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -843,7 +843,7 @@ For this example, you will need: ### Step 2: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/pub_sub). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/pub_sub/python/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -1017,7 +1017,7 @@ For this example, you will need: ### Step 2: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/pub_sub). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/pub_sub/javascript/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -1175,7 +1175,7 @@ For this example, you will need: ### Step 2: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/pub_sub). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/pub_sub/csharp/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -1331,7 +1331,7 @@ For this example, you will need: ### Step 2: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/pub_sub). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/pub_sub/java/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -1493,7 +1493,7 @@ For this example, you will need: ### Step 2: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/pub_sub). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/pub_sub/go/sdk). ```bash git clone https://github.com/dapr/quickstarts.git diff --git a/daprdocs/content/en/getting-started/quickstarts/resiliency/resiliency-serviceinvo-quickstart.md b/daprdocs/content/en/getting-started/quickstarts/resiliency/resiliency-serviceinvo-quickstart.md index 92f92610738..b2628e6bda9 100644 --- a/daprdocs/content/en/getting-started/quickstarts/resiliency/resiliency-serviceinvo-quickstart.md +++ b/daprdocs/content/en/getting-started/quickstarts/resiliency/resiliency-serviceinvo-quickstart.md @@ -32,7 +32,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/service_invocation). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/service_invocation/python/http). ```bash git clone https://github.com/dapr/quickstarts.git @@ -238,7 +238,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/service_invocation). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/service_invocation/javascript/http). ```bash git clone https://github.com/dapr/quickstarts.git @@ -468,7 +468,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/service_invocation). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/service_invocation/csharp/http). ```bash git clone https://github.com/dapr/quickstarts.git @@ -703,7 +703,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/service_invocation). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/service_invocation/java/http). ```bash git clone https://github.com/dapr/quickstarts.git @@ -933,7 +933,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/service_invocation). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/service_invocation/go/http). ```bash git clone https://github.com/dapr/quickstarts.git diff --git a/daprdocs/content/en/getting-started/quickstarts/resiliency/resiliency-state-quickstart.md b/daprdocs/content/en/getting-started/quickstarts/resiliency/resiliency-state-quickstart.md index 674cb5dae7a..4708070938a 100644 --- a/daprdocs/content/en/getting-started/quickstarts/resiliency/resiliency-state-quickstart.md +++ b/daprdocs/content/en/getting-started/quickstarts/resiliency/resiliency-state-quickstart.md @@ -32,7 +32,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/resiliency). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/state_management/python/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -203,7 +203,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/resiliency). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/state_management/javascript/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -372,7 +372,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/resiliency). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/state_management/csharp/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -544,7 +544,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/resiliency). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/state_management/java/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -712,7 +712,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/resiliency). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/state_management/go/sdk). ```bash git clone https://github.com/dapr/quickstarts.git diff --git a/daprdocs/content/en/getting-started/quickstarts/secrets-quickstart.md b/daprdocs/content/en/getting-started/quickstarts/secrets-quickstart.md index de12598d24f..12afadacccd 100644 --- a/daprdocs/content/en/getting-started/quickstarts/secrets-quickstart.md +++ b/daprdocs/content/en/getting-started/quickstarts/secrets-quickstart.md @@ -32,7 +32,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/secrets_management). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/secrets_management/python/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -141,7 +141,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/secrets_management). +Clone the [sample provided in the Quickstarts repo](hhttps://github.com/dapr/quickstarts/tree/master/secrets_management/javascript/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -254,7 +254,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/secrets_management). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/secrets_management/csharp/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -366,7 +366,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/secrets_management). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/secrets_management/java/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -471,7 +471,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/secrets_management). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/secrets_management/go/sdk). ```bash git clone https://github.com/dapr/quickstarts.git diff --git a/daprdocs/content/en/getting-started/quickstarts/serviceinvocation-quickstart.md b/daprdocs/content/en/getting-started/quickstarts/serviceinvocation-quickstart.md index 0164e35fddf..67d08db2a80 100644 --- a/daprdocs/content/en/getting-started/quickstarts/serviceinvocation-quickstart.md +++ b/daprdocs/content/en/getting-started/quickstarts/serviceinvocation-quickstart.md @@ -36,7 +36,7 @@ For this example, you will need: ### Step 2: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/service_invocation). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/service_invocation/python/http). ```bash git clone https://github.com/dapr/quickstarts.git @@ -182,7 +182,7 @@ For this example, you will need: ### Step 2: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/service_invocation). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/service_invocation/javascript/http). ```bash git clone https://github.com/dapr/quickstarts.git @@ -322,7 +322,7 @@ For this example, you will need: ### Step 2: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/service_invocation). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/service_invocation/csharp/http). ```bash git clone https://github.com/dapr/quickstarts.git @@ -468,7 +468,7 @@ For this example, you will need: ### Step 2: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/service_invocation). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/service_invocation/java/http). ```bash git clone https://github.com/dapr/quickstarts.git @@ -606,7 +606,7 @@ For this example, you will need: ### Step 2: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/service_invocation). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/service_invocation/go/http). ```bash diff --git a/daprdocs/content/en/getting-started/quickstarts/statemanagement-quickstart.md b/daprdocs/content/en/getting-started/quickstarts/statemanagement-quickstart.md index a0448f0d3dd..8e2a7d59252 100644 --- a/daprdocs/content/en/getting-started/quickstarts/statemanagement-quickstart.md +++ b/daprdocs/content/en/getting-started/quickstarts/statemanagement-quickstart.md @@ -34,7 +34,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/state_management). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/state_management/python/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -163,7 +163,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/state_management). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/state_management/javascript/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -295,7 +295,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/state_management). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/state_management/csharp/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -429,7 +429,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/state_management). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/state_management/java/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -562,7 +562,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/state_management). +Clone the [sample provided in the Quickstarts repo](hhttps://github.com/dapr/quickstarts/tree/master/state_management/go/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -702,7 +702,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/state_management). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/state_management/python/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -818,7 +818,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/state_management). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/state_management/javascript/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -940,7 +940,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/state_management). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/state_management/csharp/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -1060,7 +1060,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/state_management). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/state_management/java/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -1179,7 +1179,7 @@ For this example, you will need: ### Step 1: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/state_management). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/state_management/go/sdk). ```bash git clone https://github.com/dapr/quickstarts.git diff --git a/daprdocs/content/en/getting-started/quickstarts/workflow-quickstart.md b/daprdocs/content/en/getting-started/quickstarts/workflow-quickstart.md index f99d0ebd152..0129fabba4c 100644 --- a/daprdocs/content/en/getting-started/quickstarts/workflow-quickstart.md +++ b/daprdocs/content/en/getting-started/quickstarts/workflow-quickstart.md @@ -48,7 +48,7 @@ For this example, you will need: ### Step 2: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/workflows). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/workflows/python/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -290,7 +290,7 @@ For this example, you will need: ### Step 2: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/workflows). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/workflows/javascript/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -509,7 +509,7 @@ For this example, you will need: ### Step 2: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/workflows). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/workflows/csharp/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -761,7 +761,7 @@ For this example, you will need: ### Step 2: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/workflows). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/workflows/java/sdk). ```bash git clone https://github.com/dapr/quickstarts.git @@ -1100,7 +1100,7 @@ For this example, you will need: ### Step 2: Set up the environment -Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/workflows). +Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/workflows/go/sdk). ```bash git clone https://github.com/dapr/quickstarts.git