From 3735ab3ba6e21b2043293f99bf924613b49372b2 Mon Sep 17 00:00:00 2001 From: Kim Bao Long Date: Mon, 25 Feb 2019 11:43:32 +0700 Subject: [PATCH] Update deprecated URL for Helm's chart format in kubernetes.io Currently, the URL to **Chart format** in **kubernetes.io** is out of date. This commit aims to update this URL to the working one in Helm's github that user are able to access. Signed-off-by: Kim Bao Long --- _proto/hapi/chart/metadata.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_proto/hapi/chart/metadata.proto b/_proto/hapi/chart/metadata.proto index 0ac695ce2..7a6b6f893 100644 --- a/_proto/hapi/chart/metadata.proto +++ b/_proto/hapi/chart/metadata.proto @@ -32,7 +32,7 @@ message Maintainer { // Metadata for a Chart file. This models the structure of a Chart.yaml file. // -// Spec: https://k8s.io/helm/blob/master/docs/design/chart_format.md#the-chart-file +// Spec: https://helm.sh/docs/developing_charts/#the-chart-yaml-file message Metadata { enum Engine { UNKNOWN = 0;