Change links to relative ones (#103)

This commit is contained in:
Young Bu Park 2019-10-08 21:34:03 -07:00 committed by Yaron Schneider
parent 9a5696899c
commit 9af612650b
1 changed files with 6 additions and 6 deletions

View File

@ -2,10 +2,10 @@
Welcome to the documentation repository for Dapr. You can learn about Dapr from the below links.
- **[Overview](overview.md)** - An overview of Dapr and how it enables you to build distributed applications
- **[Getting Started](/getting-started)** - Set up your environment with Dapr
- **[Quickstarts and Samples](/quickstart)** - Quick start guides and samples for developing apps using Dapr
- **[Concepts](/concepts)** - Core Dapr concepts explained
- **[How-Tos](/howto)** - Guides explaining how to accomplish specific tasks with Dapr
- **[Reference](/reference)** - Detailed reference documentation
- **[Overview](./overview.md)** - An overview of Dapr and how it enables you to build distributed applications
- **[Getting Started](./getting-started)** - Set up your environment with Dapr
- **[Quickstarts and Samples](./quickstart)** - Quick start guides and samples for developing apps using Dapr
- **[Concepts](./concepts)** - Core Dapr concepts explained
- **[How-Tos](./howto)** - Guides explaining how to accomplish specific tasks with Dapr
- **[Reference](./reference)** - Detailed reference documentation
- **[Getting Started with Actors](https://github.com/dapr/dotnet-sdk/blob/master/docs/get-started-dapr-actor.md)** - End to end tutorial for developing Actors applications using Dapr dotnet sdk