From a809c61b83f243891436ed29dfa39174499d7d30 Mon Sep 17 00:00:00 2001 From: afedyashov Date: Sat, 26 Oct 2019 17:57:43 -0700 Subject: [PATCH] Fixing a link to CosmosDB product page (#200) --- concepts/state-management/state-management.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/concepts/state-management/state-management.md b/concepts/state-management/state-management.md index c24fb362d..b03d596b7 100644 --- a/concepts/state-management/state-management.md +++ b/concepts/state-management/state-management.md @@ -9,8 +9,7 @@ Dapr makes it simple for you to store key/value data in a store of your choice. Dapr brings reliable state management to applications through a simple state API. Developers can use this API to retrieve, save and delete states by keys. Dapr data stores are pluggable. Dapr ships with [Redis](https://redis.io -) out-of-box. And it allows you to plug in other data stores such as [Azure CosmosDB](https://azure.microsoft.com/Databases/Cosmos_DB -), [AWS DynamoDB](https://aws.amazon.com/DynamoDB +) out-of-box. And it allows you to plug in other data stores such as [Azure CosmosDB](https://azure.microsoft.com/services/cosmos-db/), [AWS DynamoDB](https://aws.amazon.com/DynamoDB ), [GCP Cloud Spanner](https://cloud.google.com/spanner ) and [Cassandra](http://cassandra.apache.org/).