mirror of https://github.com/dapr/quickstarts.git
Fix the links to relative ones in README.md (#34)
* Fix the links to relative ones in README.md
This commit is contained in:
parent
fb6ebb85d5
commit
d7f3721400
10
README.md
10
README.md
|
@ -4,8 +4,8 @@ This repository contains a series of samples that highlight Dapr capabilities. T
|
|||
|
||||
| Sample | Description |
|
||||
|--------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| [1.hello-world](/1.hello-world) | Demonstrates how to run Dapr locally. Highlights service invocation and state management. |
|
||||
| [2.hello-kubernetes](/2.hello-kubernetes) | Demonstrates how to run Dapr in Kubernetes. Highlights service invocation and state management. |
|
||||
| [3.distributed-calculator](/3.distributed-calculator) | Demonstrates a distributed calculator application that uses Dapr services to power a React web app. Highlights polyglot (multi-language) programming, service invocation and state management. |
|
||||
| [4.pub-sub](4.pub-sub) | Demonstrates how we use Dapr to enable pub-sub applications. Uses Redis as a pub-sub component. |
|
||||
| [5.bindings](5.bindings) | Demonstrates how we use Dapr to create input and output bindings to other components. Uses bindings to Kafka. |
|
||||
| [1.hello-world](./1.hello-world) | Demonstrates how to run Dapr locally. Highlights service invocation and state management. |
|
||||
| [2.hello-kubernetes](./2.hello-kubernetes) | Demonstrates how to run Dapr in Kubernetes. Highlights service invocation and state management. |
|
||||
| [3.distributed-calculator](./3.distributed-calculator) | Demonstrates a distributed calculator application that uses Dapr services to power a React web app. Highlights polyglot (multi-language) programming, service invocation and state management. |
|
||||
| [4.pub-sub](./4.pub-sub) | Demonstrates how we use Dapr to enable pub-sub applications. Uses Redis as a pub-sub component. |
|
||||
| [5.bindings](./5.bindings) | Demonstrates how we use Dapr to create input and output bindings to other components. Uses bindings to Kafka. |
|
||||
|
|
Loading…
Reference in New Issue