From 591e51de88d8a0b266c7c2b7d4fccb581b5cbb85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Forn=C3=B3s?= Date: Fri, 18 Oct 2024 20:17:17 +0200 Subject: [PATCH] fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b4eca4..28500ee 100644 --- a/README.md +++ b/README.md @@ -460,7 +460,7 @@ A curated list of Microservice Architecture related principles and technologies. - [Citus](https://github.com/citusdata/citus) - Distributed PostgreSQL as an extension. - [ClickHouse](https://clickhouse.yandex/) - Column-oriented database management system that allows generating analytical data reports in real time. - [CockroachDB (c)](https://www.cockroachlabs.com/) - A cloud-native SQL database modelled after Google Spanner. -- [Couchbase](http://www.couchbase.com/) - A distributed database engineered for performance, scalability, and simplified administration. +- [Couchbase](https://www.couchbase.com/) - A distributed database engineered for performance, scalability, and simplified administration. - [Crate (c)](https://crate.io/) - Scalable SQL database with the NoSQL goodies. - [Datomic](http://www.datomic.com/) - Fully transactional, cloud-ready, distributed database. - [Druid](http://druid.io/) - Fast column-oriented distributed data store.