Skip to content

Commit dc4b521

Browse files
fix broken links in the helm guide (#2191)
1 parent 82fc57d commit dc4b521

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/helm/dev/developer_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ message: "Hello world 2"
448448
newParameter: "newParam"
449449
```
450450

451-
[helm_charts]:https://helm.sh/docs/developing_charts/
452-
[helm_values]:https://helm.sh/docs/using_helm/#customizing-the-chart-before-installing
451+
[helm_charts]:https://v2.helm.sh/docs/developing_charts/
452+
[helm_values]:https://v2.helm.sh/docs/using_helm/#customizing-the-chart-before-installing
453453
[helm_install]:https://helm.sh/docs/using_helm/
454454
[helm_operator_user_guide]:../user-guide.md

doc/helm/project_layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ table describes a basic rundown of each generated file/directory.
1111
| build | Contains scripts that the operator-sdk uses for build and initialization. |
1212
| watches.yaml | Contains Group, Version, Kind, and Helm chart location. |
1313

14-
[docs_helm_create]:https://helm.sh/docs/helm/#helm-create
14+
[docs_helm_create]:https://v2.helm.sh/docs/helm/#helm-create

doc/helm/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,6 @@ kubectl delete -f deploy/crds/example.com_nginxes_crd.yaml
329329
[docker-tool]:https://docs.docker.com/install/
330330
[kubectl-tool]:https://kubernetes.io/docs/tasks/tools/install-kubectl/
331331
[minikube-tool]:https://github.com/kubernetes/minikube#installation
332-
[helm-charts]:https://helm.sh/docs/developing_charts/
332+
[helm-charts]:https://v2.helm.sh/docs/developing_charts/
333333
[helm-values]:https://helm.sh/docs/using_helm/#customizing-the-chart-before-installing
334334
[quay-link]:https://quay.io

0 commit comments

Comments
 (0)