From 24afeec399a7936c522407ee8c2f944fc74e7008 Mon Sep 17 00:00:00 2001 From: Gio d'Amelio Date: Fri, 16 Jun 2023 13:15:53 -0700 Subject: [PATCH] Fix brokwn like to Key Value Store Signed-off-by: Gio d'Amelio --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abab3963e2..6c4e9f2ab0 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ The table below summarizes the [feature support](https://developer.fermyon.com/s | [Redis](https://developer.fermyon.com/spin/redis-trigger) | Supported | Not Supported | Not Supported | Supported | Not Supported | | **APIs** | | [Outbound HTTP](https://developer.fermyon.com/spin/rust-components.md#sending-outbound-http-requests) | Supported | Supported | Supported | Supported | Supported | -| [Key Value Storage](https://developer.fermyon.com/spin/kv-store.md) | Supported | Supported | Supported | Supported | Not Supported | +| [Key Value Storage](https://developer.fermyon.com/spin/kv-store-api-guide) | Supported | Supported | Supported | Supported | Not Supported | | [MySQL](https://developer.fermyon.com/spin/rdbms-storage#using-mysql-and-postgresql-from-applications) | Supported | Not Supported | Not Supported | Not Supported | Not Supported | | [PostgreSQL](https://developer.fermyon.com/spin/rdbms-storage#using-mysql-and-postgresql-from-applications) | Supported | Not Supported | Not Supported | Not Supported | Supported | | [Outbound Redis](https://developer.fermyon.com/spin/rust-components.md#storing-data-in-redis-from-rust-components) | Supported | Supported | Supported | Supported | Supported |