From 3d86f8acf004ee1a32ecdfcf908e8d5213e8a74c Mon Sep 17 00:00:00 2001 From: Yaron Schneider Date: Wed, 12 Aug 2020 16:27:06 -0700 Subject: [PATCH] Fix getting started broken link (#739) --- getting-started/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/README.md b/getting-started/README.md index cf7325464..726ac0e47 100644 --- a/getting-started/README.md +++ b/getting-started/README.md @@ -16,6 +16,6 @@ Dapr can be run locally or in Kubernetes. We recommend starting with a local set ## Next steps -1. Once Dapr is installed, continue to the [Hello World quickstart](https://github.com/dapr/quickstarts/tree/master/hello-world). +1. Once Dapr is installed, continue to the [Hello World quickstart](https://github.com/dapr/quickstarts/tree/master/1.hello-world). 2. Explore additional [quickstarts](https://github.com/dapr/quickstarts) for more advanced concepts, such as service invocation, pub/sub, and state management. 3. Follow [How To guides](../howto) to understand how Dapr solves specific problems, such as creating a [rate limited app](../howto/control-concurrency).