diff --git a/cmd/helm/init.go b/cmd/helm/init.go index 4dcb434f33c2502666f3dafd9110cce5fe4d5204..3425130ea0456f7030e488b9d67c446b9fb15ef7 100644 --- a/cmd/helm/init.go +++ b/cmd/helm/init.go @@ -293,7 +293,7 @@ func (i *initCmd) run() error { if !tlsVerify { fmt.Fprintln(i.out, "\nPlease note: by default, Tiller is deployed with an insecure 'allow unauthenticated users' policy.\n"+ "To prevent this, run `helm init` with the --tiller-tls-verify flag.\n"+ - "For more information on securing your installation see: https://docs.helm.sh/using_helm/#securing-your-helm-installation") + "For more information on securing your installation see: https://v2.helm.sh/docs/securing_installation/") } } if err := i.ping(i.opts.SelectImage()); err != nil {