Skip to content

Commit

Permalink
fix: fix broken dapr setup links (#468)
Browse files Browse the repository at this point in the history
Replace the dapr getting-started link with two steps to install the cli
and initialise dapr locally.

Signed-off-by: mikeee <[email protected]>
  • Loading branch information
mikeee authored Oct 19, 2023
1 parent de97477 commit 30a51be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ This quickstart requires you to have the following installed on your machine:

## Step 1 - Setup Dapr

Follow [instructions](https://docs.dapr.io/getting-started/install-dapr/) to download and install the Dapr CLI and initialize Dapr.
- [Install the Dapr CLI](https://docs.dapr.io/getting-started/install-dapr-cli/)
- [Initialise Dapr Locally](https://docs.dapr.io/getting-started/install-dapr-selfhost/)

## Step 2 - Understand the code

Expand Down
3 changes: 2 additions & 1 deletion examples/socket/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ This quickstart requires you to have the following installed on your machine:

## Step 1 - Setup Dapr

Follow [instructions](https://docs.dapr.io/getting-started/install-dapr/) to download and install the Dapr CLI and initialize Dapr.
- [Install the Dapr CLI](https://docs.dapr.io/getting-started/install-dapr-cli/)
- [Initialise Dapr Locally](https://docs.dapr.io/getting-started/install-dapr-selfhost/)

## Step 2 - Understand the code

Expand Down

0 comments on commit 30a51be

Please sign in to comment.