docs: Fix link to API (#155)

Change-Id: I43dccd70387e2fd8e7c35605e75e9f526771308a
URL: https://github.com/dapr/docs/pull/155
Signed-off-by: Philippe Coval <p.coval@samsung.com>
This commit is contained in:
Philippe Coval 2019-10-17 15:52:13 +02:00 committed by Aman Bhardwaj
parent 715cc237a2
commit def58c4a0c
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ Welcome to the Dapr documentation repository. You can learn more about Dapr from
- **[Getting Started with .NET Actors](https://github.com/dapr/dotnet-sdk/blob/master/docs/get-started-dapr-actor.md)** - Tutorial for developing actor applications using the Dapr .NET SDK including **[actor samples](https://github.com/dapr/dotnet-sdk/tree/master/samples/Actor)**
- **[Getting Started with ASP.NET Core](https://github.com/dapr/dotnet-sdk/tree/master/samples/AspNetCore)** - Samples for developing ASP.NET applications using the Dapr .NET SDK
> Note: Dapr is language agnostic and provides a [RESTful HTTP API](./reference/api/Readme.md) in addition to the protobuf clients.
> Note: Dapr is language agnostic and provides a [RESTful HTTP API](./reference/api/README.md) in addition to the protobuf clients.