From f21a1919ece4f65613193567b88db0765fdd1a3b Mon Sep 17 00:00:00 2001 From: Rober Morales-Chaparro Date: Sat, 13 May 2017 23:17:24 +0200 Subject: [PATCH] Fix the outdated link to the Helm Charts repo --- examples/guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/guidelines.md b/examples/guidelines.md index a7b79815796..84c09db4764 100644 --- a/examples/guidelines.md +++ b/examples/guidelines.md @@ -8,7 +8,7 @@ Kubernetes in a meaningful way. It is educational and informative. Examples are not: * Full app deployments, ready to use, with no explanation. These - belong to [Helm charts](https://github.com/helm/charts). + belong to [Helm charts](https://github.com/kubernetes/charts). * Simple toys to show how to use a Kubernetes feature. These belong in the [user guide](../docs/user-guide/). * Demos that follow a script to show a Kubernetes feature in