From 45492c009c574673c722746951005789e66171ad Mon Sep 17 00:00:00 2001 From: David Pilato Date: Fri, 1 Aug 2014 18:23:57 +0200 Subject: [PATCH] Docs: make the welcome page more obvious One of the concern we have with our documentation is that it's hard for users to understand which plugin version they should use with a given elasticsearch version. The change will consist of: * have a clean and simple compatibility matrix on master branch * remove list of versions in other branches Closes #29. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9aa2aaea236..c842ea536fb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ bin/plugin -install elasticsearch/elasticsearch-cloud-azure/2.3.0 You need to install a version matching your Elasticsearch version: -| Elasticsearch | AWS Cloud Plugin | Docs | +| Elasticsearch | Azure Cloud Plugin| Docs | |------------------------|-------------------|------------------------------------------------------------------------------------------------------------------------------------| | master | Build from source | See below | | es-1.x | Build from source | [2.5.0-SNAPSHOT](https://github.com/elasticsearch/elasticsearch-cloud-azure/tree/es-1.x/#azure-cloud-plugin-for-elasticsearch) |