Update docs link for hello world tutorial (#270)

Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
This commit is contained in:
greenie-msft 2022-03-31 12:27:10 -07:00 committed by GitHub
parent d1a8a586ea
commit f1f5c7a84c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Hello World # Hello World
This tutorial will demonstrate how to instrument your application with Dapr, and run it locally on your machine. This tutorial will demonstrate how to instrument your application with Dapr, and run it locally on your machine.
You will deploying `order` applications with the flow identical to [Hello World](https://github.com/dapr/quickstarts/tree/master/hello-world). You will deploying `order` applications with the flow identical to [Hello World](https://github.com/dapr/quickstarts/tree/master/tutorials/hello-world).
The application invokes Dapr API via Dapr client, which, in turn, calls Dapr runtime. The application invokes Dapr API via Dapr client, which, in turn, calls Dapr runtime.