From 152792ea962a715090e6f3f39a8c76e584b36f92 Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Tue, 25 Aug 2020 09:39:35 -0700 Subject: [PATCH] [cherry-pick] Update Stash installation link (#149) (#157) Signed-off-by: Emruz Hossain --- docs/elasticsearch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/elasticsearch.md b/docs/elasticsearch.md index ed598308b..f3407ccd2 100644 --- a/docs/elasticsearch.md +++ b/docs/elasticsearch.md @@ -19,7 +19,7 @@ Stash 0.9.0+ supports backup and restoration of Elasticsearch clusters. This gui ## Before You Begin - At first, you need to have a Kubernetes cluster, and the `kubectl` command-line tool must be configured to communicate with your cluster. If you do not already have a cluster, you can create one by using Minikube. -- Install Stash in your cluster following the steps [here](/docs/setup/install.md). +- Install Stash in your cluster following the steps [here](/docs/setup/README.md). - Install Elasticsearch addon for Stash following the steps [here](/docs/addons/elasticsearch/setup/install.md). - Install [KubeDB](https://kubedb.com) in your cluster following the steps [here](https://kubedb.com/docs/latest/setup/install/). This step is optional. You can deploy your database using any method you want. We are using KubeDB because KubeDB simplifies many of the difficult or tedious management tasks of running a production grade databases on private and public clouds. - If you are not familiar with how Stash backup and restore Elasticsearch databases, please check the following guide [here](/docs/addons/elasticsearch/overview.md).