Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: update links to Helm quickstart & using helm (#2443)
The documentation has been moved to another repository https://github.com/helm/helm-www (e.g. https://github.com/helm/helm-www/tree/master/content/en/docs) but I guess the better documentation is on the official documentation page without markdown meta informations.
  • Loading branch information
prokopsimek committed Apr 28, 2020
1 parent a0260ee commit d3a8391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -36,7 +36,7 @@ $ helm repo add bitnami https://charts.bitnami.com/bitnami

Once you have installed the Helm client, you can deploy a Bitnami Helm Chart into a Kubernetes cluster.

Please refer to the [Quick Start guide](https://github.com/helm/helm/blob/master/docs/quickstart.md) if you wish to get running in just a few commands, otherwise the [Using Helm Guide](https://github.com/helm/helm/blob/master/docs/using_helm.md) provides detailed instructions on how to use the Helm client to manage packages on your Kubernetes cluster.
Please refer to the [Quick Start guide](https://helm.sh/docs/intro/quickstart/) if you wish to get running in just a few commands, otherwise the [Using Helm Guide](https://helm.sh/docs/intro/using_helm/) provides detailed instructions on how to use the Helm client to manage packages on your Kubernetes cluster.

Useful Helm Client Commands:
* View available charts: `helm search repo`
Expand Down

0 comments on commit d3a8391

Please sign in to comment.