From a2a26755fed4a4f3e59fb92610e4936785ef3902 Mon Sep 17 00:00:00 2001
From: hvle <pomverte@users.noreply.github.com>
Date: Thu, 7 Jun 2018 06:47:15 +0200
Subject: [PATCH] docs(azure cli): update links

install and login links
---
 contrib/azurerm/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/azurerm/README.md b/contrib/azurerm/README.md
index c15d3ecf2..b83aeeb9b 100644
--- a/contrib/azurerm/README.md
+++ b/contrib/azurerm/README.md
@@ -9,8 +9,8 @@ Resource Group. It will not install Kubernetes itself, this has to be done in a
 
 ## Requirements
 
-- [Install azure-cli](https://docs.microsoft.com/en-us/azure/xplat-cli-install)
-- [Login with azure-cli](https://docs.microsoft.com/en-us/azure/xplat-cli-connect)
+- [Install azure-cli](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest)
+- [Login with azure-cli](https://docs.microsoft.com/en-us/cli/azure/authenticate-azure-cli?view=azure-cli-latest)
 - Dedicated Resource Group created in the Azure Portal or through azure-cli
 
 ## Configuration through group_vars/all
-- 
GitLab