From 8332843c5acff32d034e341048d8fc1b72fce045 Mon Sep 17 00:00:00 2001 From: Liz Snyder <31932630+lizsnyder@users.noreply.github.com> Date: Fri, 12 Nov 2021 05:39:43 -0800 Subject: [PATCH] Fix link --- _opensearch/install/helm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_opensearch/install/helm.md b/_opensearch/install/helm.md index ccbd4502..e66bf3a8 100644 --- a/_opensearch/install/helm.md +++ b/_opensearch/install/helm.md @@ -20,7 +20,7 @@ Resource | Description The specification in the default Helm chart supports many standard use cases and setups. You can modify the default chart to configure your desired specifications and set Transport Layer Security (TLS) and role-based access control (RBAC). For information about the default configuration, steps to configure security, and configurable parameters, see the -[README](https://github.com/opensearch-project/helm-charts/tree/main/charts). +[README](https://github.com/opensearch-project/helm-charts/blob/main/README.md). The instructions here assume you have a Kubernetes cluster with Helm preinstalled. See the [Kubernetes documentation](https://kubernetes.io/docs/setup/) for steps to configure a Kubernetes cluster and the [Helm documentation](https://helm.sh/docs/intro/install/) to install Helm. {: .note }