From cdff35e255de28b347af8374c46f3e24c67cb6d2 Mon Sep 17 00:00:00 2001 From: Nills Franssens Date: Sun, 26 Apr 2020 10:00:42 -0700 Subject: [PATCH] Fixing 404 on state (#545) Changed link to state to correct link: https://github.com/dapr/docs/tree/master/concepts/state-management --- overview/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overview/README.md b/overview/README.md index fee7f6c74..c93b86ee3 100644 --- a/overview/README.md +++ b/overview/README.md @@ -35,7 +35,7 @@ Each of these building blocks is independent, meaning that you can use one, some | Building Block | Description | |----------------|-------------| | **[Service Invocation](../concepts/service-invocation)** | Resilient service-to-service invocation enables method calls, including retries, on remote services wherever they are located in the supported hosting environment. -| **[State Management](../concepts/state)** | With state management for storing key/value pairs, long running, highly available, stateful services can be easily written alongside stateless services in your application. The state store is pluggable and can include Azure CosmosDB, AWS DynamoDB or Redis among others. +| **[State Management](../concepts/state-management)** | With state management for storing key/value pairs, long running, highly available, stateful services can be easily written alongside stateless services in your application. The state store is pluggable and can include Azure CosmosDB, AWS DynamoDB or Redis among others. | **[Publish and Subscribe Messaging](../concepts/publish-subscribe-messaging)** | Publishing events and subscribing to topics | tween services enables event-driven architectures to simplify horizontal scalability and make them | silient to failure. Dapr provides at least once message delivery guarantee. | **[Resource Bindings](../concepts/bindings)** | Resource bindings with triggers builds further on event-driven | chitectures for scale and resiliency by receiving and sending events to and from any external | source such as databases, queues, file systems, etc. | **[Distributed Tracing](../concepts/observability/traces.md)** | Dapr supports distributed tracing to easily diagnose and | serve inter-service calls in production using the W3C Trace Context standard.