From ded5d1c21b89ec60b7ad20443f7e583db8988fca Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 3 Jul 2023 14:58:09 +0200 Subject: [PATCH] etcd: add homepage link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d46e34..3dc9c02 100644 --- a/README.md +++ b/README.md @@ -632,7 +632,7 @@ _Related: [Databases](#databases), [Monitoring](#monitoring)_ **[`^ back to top ^`](#awesome-sysadmin)** - [Consul](https://www.consul.io/) - Consul is a tool for service discovery, monitoring and configuration. ([Source Code](https://github.com/hashicorp/consul)) -- [etcd](https://github.com/coreos/etcd) - distributed K/V-Store, authenticating via SSL PKI and a REST HTTP Api for shared configuration and service discovery. +- [etcd](https://etcd.io/) - distributed K/V-Store, authenticating via SSL PKI and a REST HTTP Api for shared configuration and service discovery. ([Source Code](https://github.com/coreos/etcd)) - [ZooKeeper](http://zookeeper.apache.org/) - ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.