From 96a1efded044b0c25fe4cce8146c4e20ef60ab25 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Wed, 19 May 2021 20:51:51 -0400 Subject: [PATCH] Documentation/README simplification (#13007) In support of https://github.com/etcd-io/website/issues/65, simply direct the reader to the website (rather than once again defining what etcd it). --- Documentation/README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Documentation/README.md b/Documentation/README.md index 960e46016..8f47aae32 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -1,6 +1 @@ -# The etcd documentation - -etcd is a distributed key-value store designed to reliably and quickly preserve and provide access to critical data. It enables reliable distributed coordination through distributed locking, leader elections, and write barriers. An etcd cluster is intended for high availability and permanent data storage and retrieval. - -These documents have moved to the [etcd-io/website repo](https://github.com/etcd-io/website/), and can be viewed live at [https://etcd.io/docs/latest/](https://etcd.io/docs/latest/). - +The etcd docs are hosted at [etcd.io](https://etcd.io/), and so most files formerly in this directory have moved to the [website](https://github.com/etcd-io/website/) repo.