From 386bf316a43ee0e25d9935661c3273acdbc42814 Mon Sep 17 00:00:00 2001 From: Hamed Momeni Date: Sat, 10 Oct 2020 22:08:31 +0200 Subject: [PATCH] README: Fixed the link to test dir --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c6e31404..d3517d01d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ etcd is a distributed reliable key-value store for the most critical data of a d etcd is written in Go and uses the [Raft][raft] consensus algorithm to manage a highly-available replicated log. -etcd is used [in production by many companies](./ADOPTERS.md), and the development team stands behind it in critical deployment scenarios, where etcd is frequently teamed with applications such as [Kubernetes][k8s], [locksmith][locksmith], [vulcand][vulcand], [Doorman][doorman], and many others. Reliability is further ensured by [**rigorous testing**](https://github.com/etcd-io/etcd/tree/master/functional). +etcd is used [in production by many companies](./ADOPTERS.md), and the development team stands behind it in critical deployment scenarios, where etcd is frequently teamed with applications such as [Kubernetes][k8s], [locksmith][locksmith], [vulcand][vulcand], [Doorman][doorman], and many others. Reliability is further ensured by [**rigorous testing**](https://github.com/etcd-io/etcd/tree/master/tests/functional). See [etcdctl][etcdctl] for a simple command line client.