Skip to content

Commit

Permalink
Merge pull request #818 from kinvolk/fix-azure-docs
Browse files Browse the repository at this point in the history
Fix hyperlink in Azure docs
  • Loading branch information
k8s-ci-robot authored Mar 4, 2022
2 parents 142e815 + 831cfa6 commit 220db25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/src/capi/providers/azure.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
There are several ways to debug packer scripts: https://www.packer.io/docs/other/debugging.html

0 comments on commit 220db25

Please sign in to comment.