Skip to content

Commit 7e0581e

Browse files
Merge pull request #215123 from pritamso/Broken-link-fix-MGoedtel
Broken link fixed
2 parents 9bcc762 + 7254995 commit 7e0581e

6 files changed

+6
-6
lines changed

articles/aks/learn/quick-kubernetes-deploy-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ To learn more about AKS, and walk through a complete code to deployment example,
362362
[az-aks-get-credentials]: /cli/azure/aks#az_aks_get_credentials
363363
[import-azakscredential]: /powershell/module/az.aks/import-azakscredential
364364
[az-aks-install-cli]: /cli/azure/aks#az_aks_install_cli
365-
[install-azakskubectl]: /powershell/module/az.aks/install-azakskubectl
365+
[install-azakskubectl]: /powershell/module/az.aks/install-azaksclitool
366366
[az-group-create]: /cli/azure/group#az_group_create
367367
[az-group-delete]: /cli/azure/group#az_group_delete
368368
[remove-azresourcegroup]: /powershell/module/az.resources/remove-azresourcegroup

articles/aks/learn/quick-kubernetes-deploy-rm-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ To learn more about AKS, and walk through a complete code to deployment example,
360360
[az-aks-get-credentials]: /cli/azure/aks#az_aks_get_credentials
361361
[import-azakscredential]: /powershell/module/az.aks/import-azakscredential
362362
[az-aks-install-cli]: /cli/azure/aks#az_aks_install_cli
363-
[install-azakskubectl]: /powershell/module/az.aks/install-azakskubectl
363+
[install-azakskubectl]: /powershell/module/az.aks/install-azaksclitool
364364
[az-group-create]: /cli/azure/group#az_group_create
365365
[az-group-delete]: /cli/azure/group#az_group_delete
366366
[remove-azresourcegroup]: /powershell/module/az.resources/remove-azresourcegroup

articles/aks/node-updates-kured.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ For AKS clusters that use Windows Server nodes, see [Upgrade a node pool in AKS]
109109

110110
<!-- LINKS - external -->
111111
[kured]: https://github.com/weaveworks/kured
112-
[kured-install]: https://github.com/weaveworks/kured/tree/master/charts/kured
112+
[kured-install]: https://github.com/kubereboot/kured/tree/main/cmd/kured
113113
[kubectl-get-nodes]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#get
114114

115115
<!-- LINKS - internal -->

articles/aks/rdp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ If you need more troubleshooting data, you can [view the Kubernetes primary node
406406
[aks-quickstart-windows-cli]: ./learn/quick-windows-container-deploy-cli.md
407407
[aks-quickstart-windows-powershell]: ./learn/quick-windows-container-deploy-powershell.md
408408
[az-aks-install-cli]: /cli/azure/aks#az_aks_install_cli
409-
[install-azakskubectl]: /powershell/module/az.aks/install-azakskubectl
409+
[install-azakskubectl]: /powershell/module/az.aks/install-azaksclitool
410410
[az-aks-get-credentials]: /cli/azure/aks#az_aks_get_credentials
411411
[import-azakscredential]: /powershell/module/az.aks/import-azakscredential
412412
[az-vm-delete]: /cli/azure/vm#az_vm_delete

articles/aks/tutorial-kubernetes-deploy-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,5 @@ Advance to the next tutorial to learn how to deploy an application to the cluste
163163
[quotas-skus-regions]: quotas-skus-regions.md
164164
[azure-powershell-install]: /powershell/azure/install-az-ps
165165
[new-azakscluster]: /powershell/module/az.aks/new-azakscluster
166-
[install-azakskubectl]: /powershell/module/az.aks/install-azakskubectl
166+
[install-azakskubectl]: /powershell/module/az.aks/install-azaksclitool
167167
[import-azakscredential]: /powershell/module/az.aks/import-azakscredential

articles/aks/workload-identity-deploy-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ In this article, you deployed a Kubernetes cluster and configured it to use a wo
184184
[az-feature-register]: /cli/azure/feature#az_feature_register
185185
[workload-identity-overview]: workload-identity-overview.md
186186
[create-key-vault-azure-cli]: ../key-vault/general/quick-create-cli.md
187-
[az-keyvault-list]: /cli/azure/keyvaultt#az-keyvault-list
187+
[az-keyvault-list]: /cli/azure/keyvault#az-keyvault-list
188188
[aks-identity-concepts]: concepts-identity.md
189189
[az-account]: /cli/azure/account
190190
[az-aks-create]: /cli/azure/aks#az-aks-create

0 commit comments

Comments
 (0)