Skip to content

Commit 3921dbb

Browse files
authored
Fix chart_best_practices links in CONTRIBUTING.md (helm#21628)
Signed-off-by: Mike Hume <mhumesf@gmail.com>
1 parent ea19f06 commit 3921dbb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Kubernetes Charts project accepts contributions via GitHub pull requests. Th
44

55
## Sign Your Work
66

7-
The sign-off is a simple line at the end of the explanation for a commit. All
7+
The sign-off is a simple line at the end of the explanation for a commit. All
88
commits needs to be signed. Your signature certifies that you wrote the patch or
99
otherwise have the right to contribute the material. The rules are pretty simple,
1010
if you can certify the below (from [developercertificate.org](http://developercertificate.org/)):
@@ -103,10 +103,10 @@ This repository is used by Chart developers for maintaining the official charts
103103
* Allow customization of the application configuration
104104
* Provide a secure default configuration
105105
* Do not leverage alpha features of Kubernetes
106-
* Includes a [NOTES.txt](https://github.com/helm/helm/blob/master/docs/charts.md#chart-license-readme-and-notes) explaining how to use the application after install
107-
* Follows [best practices](https://github.com/helm/helm/tree/master/docs/chart_best_practices)
108-
(especially for [labels](https://github.com/helm/helm/blob/master/docs/chart_best_practices/labels.md)
109-
and [values](https://github.com/helm/helm/blob/master/docs/chart_best_practices/values.md))
106+
* Includes a [NOTES.txt](https://helm.sh/docs/topics/charts/#chart-license-readme-and-notes) explaining how to use the application after install
107+
* Follows [best practices](https://helm.sh/docs/chart_best_practices/)
108+
(especially for [labels](https://helm.sh/docs/chart_best_practices/labels/)
109+
and [values](https://helm.sh/docs/chart_best_practices/values/))
110110

111111
### Documentation Requirements
112112

0 commit comments

Comments
 (0)