Skip to content

Commit e18b72c

Browse files
authored
Merge pull request #96276 from zr-msft/aks-fix-helm-links
[AKS] fixed helm links to point to v2
2 parents e5d6ca7 + 1e65ef5 commit e18b72c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/aks/kubernetes-helm.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -213,18 +213,18 @@ For more information about managing Kubernetes application deployments with Helm
213213

214214
<!-- LINKS - external -->
215215
[helm]: https://github.com/kubernetes/helm/
216-
[helm-documentation]: https://docs.helm.sh/
217-
[helm-init]: https://docs.helm.sh/helm/#helm-init
218-
[helm-install]: https://docs.helm.sh/using_helm/#installing-helm
216+
[helm-documentation]: https://v2.helm.sh/docs/
217+
[helm-init]: https://v2.helm.sh/docs/helm/#helm-init
218+
[helm-install]: https://v2.helm.sh/docs/using_helm/#installing-helm
219219
[helm-install-options]: https://github.com/kubernetes/helm/blob/master/docs/install.md
220-
[helm-list]: https://docs.helm.sh/helm/#helm-list
221-
[helm-history-max]: https://helm.sh/docs/using_helm/#initialize-helm-and-install-tiller
222-
[helm-rbac]: https://docs.helm.sh/using_helm/#role-based-access-control
223-
[helm-repo-update]: https://docs.helm.sh/helm/#helm-repo-update
224-
[helm-search]: https://docs.helm.sh/helm/#helm-search
225-
[tiller-rbac]: https://docs.helm.sh/using_helm/#tiller-namespaces-and-rbac
226-
[helm-ssl]: https://docs.helm.sh/using_helm/#using-ssl-between-helm-and-tiller
227-
220+
[helm-list]: https://v2.helm.sh/docs/helm/#helm-list
221+
[helm-history-max]: https://v2.helm.sh/docs/using_helm/#initialize-helm-and-install-tiller
222+
[helm-rbac]: https://v2.helm.sh/docs/using_helm/#role-based-access-control
223+
[helm-repo-update]: https://v2.helm.sh/docs/helm/#helm-repo-update
224+
[helm-search]: https://v2.helm.sh/docs/helm/#helm-search
225+
[tiller-rbac]: https://v2.helm.sh/docs/using_helm/#tiller-namespaces-and-rbac
226+
[helm-ssl]: https://v2.helm.sh/docs/using_helm/#using-ssl-between-helm-and-tiller
227+
228228
<!-- LINKS - internal -->
229229
[aks-quickstart-cli]: kubernetes-walkthrough.md
230230
[aks-quickstart-portal]: kubernetes-walkthrough-portal.md

0 commit comments

Comments
 (0)