From a0571166bcae22396a3b665934de9e5b2589ea1c Mon Sep 17 00:00:00 2001 From: Tamas Geschitz Date: Tue, 19 Nov 2019 22:17:29 +0100 Subject: [PATCH] feat: changed ETCD manager URL It now points to our domain instead of the Github page. --- Documentation/integrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/integrations.md b/Documentation/integrations.md index 9a134baeb..422a32547 100644 --- a/Documentation/integrations.md +++ b/Documentation/integrations.md @@ -18,7 +18,7 @@ title: Libraries and tools - [etcdsh](https://github.com/kamilhark/etcdsh) - A command line client with support of command history and tab completion. Supports v2 - [etcdloadtest](https://github.com/sinsharat/etcdloadtest) - A command line load test client for etcd version 3.0 and above. - [lucas](https://github.com/ringtail/lucas) - A web-based key-value viewer for kubernetes etcd3.0+ cluster. -- [etcd-manager](https://github.com/gtamas/etcdmanager) - A modern, efficient, multi-platform and free ETCD 3.x GUI & client tool. Available for Windows, Linux and Mac. +- [etcd-manager](https://etcdmanager.io) - A modern, efficient, multi-platform and free ETCD 3.x GUI & client tool. Available for Windows, Linux and Mac. - [etcd-backup-restore](https://github.com/gardener/etcd-backup-restore) - Utility to periodic and incrementally backup and restore the etcd. **Go libraries**