Skip to content

Commit

Permalink
link to specific language in quickstarts repo
Browse files Browse the repository at this point in the history
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
  • Loading branch information
hhunter-ms committed Jul 30, 2024
1 parent dce1448 commit 298a2ce
Show file tree
Hide file tree
Showing 12 changed files with 61 additions and 61 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/).
<!-- IGNORE_LINKS -->
- [Latest Node.js installed](https://nodejs.org/download/).
<!-- IGNORE_LINKS -->
- [Docker Desktop](https://www.docker.com/products/docker-desktop)
<!-- END_IGNORE -->

### 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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading

0 comments on commit 298a2ce

Please sign in to comment.