mirror of https://github.com/dapr/docs.git
Change links to relative ones (#103)
This commit is contained in:
parent
9a5696899c
commit
9af612650b
12
readme.md
12
readme.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue