Skip to content

Commit

Permalink
Change links to relative ones (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
youngbupark authored and yaron2 committed Oct 9, 2019
1 parent 9a56968 commit 9af6126
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9af6126

Please sign in to comment.