From dbf0ce1d281624caf32de06bceabddcdc52dae1e Mon Sep 17 00:00:00 2001 From: Lisa <34400837+lyzlisa@users.noreply.github.com> Date: Sat, 3 Jul 2021 21:01:46 -0400 Subject: [PATCH] Update url for example dir in arm.mdx (#115) --- docs/builders/arm.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/builders/arm.mdx b/docs/builders/arm.mdx index 3244738d..e53405a4 100644 --- a/docs/builders/arm.mdx +++ b/docs/builders/arm.mdx @@ -238,7 +238,7 @@ means executing sysprep, and for Linux this means executing the waagent deprovision process. Please refer to the Azure -[examples](https://github.com/hashicorp/packer-plugin-azure/tree/master/builder/azure/examples) for +[example](https://github.com/hashicorp/packer-plugin-azure/tree/main/example) folder for complete examples showing the deprovision process. ### Windows @@ -493,5 +493,5 @@ templates and deployments. The time required to deploy a KeyVault template is minimal, so overall impact is small. See the -[examples/azure](https://github.com/hashicorp/packer-plugin-azure/tree/main/example) +[example](https://github.com/hashicorp/packer-plugin-azure/tree/main/example) folder in the Packer project for more examples.