From 4e1629ba35d029aba9ab2b638d9875dd9f00989d Mon Sep 17 00:00:00 2001 From: Pierre Ozoux Date: Mon, 6 Mar 2017 10:46:43 +0000 Subject: [PATCH] Replace links to Helm Charts in example guidelines --- examples/guidelines.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/guidelines.md b/examples/guidelines.md index b007d86c1f4..a7b79815796 100644 --- a/examples/guidelines.md +++ b/examples/guidelines.md @@ -8,9 +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 either - [here](https://github.com/kubernetes/application-dm-templates) or in - something like [Helm](https://github.com/helm/charts). + belong to [Helm charts](https://github.com/helm/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