From 831cfa65fb889183a803f5ff932b36c31282fca6 Mon Sep 17 00:00:00 2001 From: Johanan Liebermann Date: Thu, 3 Mar 2022 15:30:35 +0200 Subject: [PATCH] Fix hyperlink in Azure docs Signed-off-by: Johanan Liebermann --- docs/book/src/capi/providers/azure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/book/src/capi/providers/azure.md b/docs/book/src/capi/providers/azure.md index 8eab980833..5511268da0 100644 --- a/docs/book/src/capi/providers/azure.md +++ b/docs/book/src/capi/providers/azure.md @@ -1,6 +1,6 @@ # Building Images for Azure -These images are designed for use with [Cluster API Provider Azure]([Cluster API Provider Azure](https://capz.sigs.k8s.io/introduction.html#what-is-the-cluster-api-provider-azure)) (CAPZ). Learn more on using [custom images with CAPZ](https://capz.sigs.k8s.io/topics/custom-images.html). +These images are designed for use with [Cluster API Provider Azure](https://capz.sigs.k8s.io/introduction.html#what-is-the-cluster-api-provider-azure) (CAPZ). Learn more on using [custom images with CAPZ](https://capz.sigs.k8s.io/topics/custom-images.html). ## Prerequisites for Azure @@ -71,4 +71,4 @@ az vm create -n testvm --image testvmimage -g cluster-api-images ``` ### Debugging packer scripts -There are several ways to debug packer scripts: https://www.packer.io/docs/other/debugging.html \ No newline at end of file +There are several ways to debug packer scripts: https://www.packer.io/docs/other/debugging.html