From a3bcd48f82633ffe8220a2470b5ea2de0f3857ce Mon Sep 17 00:00:00 2001 From: Rohan Prinja Date: Thu, 11 Oct 2018 16:52:33 -0700 Subject: [PATCH] chart_repository.md: use up-to-date name for repo Saves the browser a redirect. --- docs/chart_repository.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chart_repository.md b/docs/chart_repository.md index 91ae3a3c4..659cb401f 100644 --- a/docs/chart_repository.md +++ b/docs/chart_repository.md @@ -5,7 +5,7 @@ high level, a chart repository is a location where packaged charts can be stored and shared. The official chart repository is maintained by the -[Kubernetes Charts](https://github.com/kubernetes/charts), and we welcome +[Helm Charts](https://github.com/helm/charts), and we welcome participation. But Helm also makes it easy to create and run your own chart repository. This guide explains how to do so.