From be66082f67182a3dc10dd74068cc781e777350e9 Mon Sep 17 00:00:00 2001
From: Cesar De la Torre <cesardl@microsoft.com>
Date: Thu, 17 May 2018 15:38:46 -0700
Subject: [PATCH] Updated 10. Setting the solution up in AKS (Azure Kubernetes
 Service) (markdown)

---
 ...Setting-the-solution-up-in-AKS-(Azure-Kubernetes-Service).md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/10.-Setting-the-solution-up-in-AKS-(Azure-Kubernetes-Service).md b/10.-Setting-the-solution-up-in-AKS-(Azure-Kubernetes-Service).md
index 16f2de1..4801f97 100644
--- a/10.-Setting-the-solution-up-in-AKS-(Azure-Kubernetes-Service).md
+++ b/10.-Setting-the-solution-up-in-AKS-(Azure-Kubernetes-Service).md
@@ -16,7 +16,7 @@ Visit [docker.com](https://docker.com) to download the tools and set up the envi
 Azure cli 2.0 or later must be installed in your dev machine [installation guide](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli). 
 
 ###  The Kubernetes command line client, `kubectl`.
-`kubectl` can be installed with the `az` tool as described in the Azure Container Service [walkthrough](https://docs.microsoft.com/en-us/azure/container-service/container-service-kubernetes-walkthrough). `az` is also helpful for getting the credentials `kubectl` needs to access your cluster. For other installation options, and information about configuring `kubectl` yourself, see the [Kubernetes documentation](https://kubernetes.io/docs/tasks/kubectl/install/).
+`kubectl` can be installed with the `az` tool as described in the AKS [walkthrough](https://docs.microsoft.com/en-us/azure/aks/kubernetes-walkthrough#connect-to-the-cluster). `az` is also helpful for getting the credentials `kubectl` needs to access your cluster. For other installation options, and information about configuring `kubectl` yourself, see the [Kubernetes documentation](https://kubernetes.io/docs/tasks/kubectl/install/).
 
 ## Option A: Manually create the infrastructure in Azure