From 79a8ca15767a09dc26f27bb3df1b395b4e698780 Mon Sep 17 00:00:00 2001 From: ConnorBrereton Date: Fri, 4 Oct 2019 13:07:15 -0700 Subject: [PATCH] Commit for PR #6429 Fixed linking alignment error in README. Signed-off-by: ConnorBrereton --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c71df846..fc29e16ad 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,8 @@ If you want to use a package manager: If you want to install helm from script: -- [Script](https://github.com/helm/helm/blob/master/docs/install.md#from-script) instructions to install from script on a new instance without Helm. For example, you want to install on a container, cluster, etc. Note: GCP console comes with `Helm` installed by default. +- [Script](https://helm.sh/docs/using_helm/#from-script) +instructions to install from script on a new instance without Helm. For example, you want to install on a container, cluster, etc. Note: GCP console comes with `helm` installed by default. To rapidly get Helm up and running, start with the [Quick Start Guide](https://docs.helm.sh/using_helm/#quickstart-guide).