From 246f916cd224c8e715a8da682b62ffaea89d7981 Mon Sep 17 00:00:00 2001 From: cjlapao Date: Fri, 25 Aug 2023 10:31:06 +0100 Subject: [PATCH 1/2] Updating Community Tools webpage Adding Parallels Packer Example --- website/content/docs/community-tools.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/content/docs/community-tools.mdx b/website/content/docs/community-tools.mdx index ea75ef3df23..3a222f17a75 100644 --- a/website/content/docs/community-tools.mdx +++ b/website/content/docs/community-tools.mdx @@ -65,6 +65,9 @@ contribution here! to automate the creation of virtual machine images and their guest operating systems on VMware vSphere using HashiCorp Packer and the Packer Plugin for VMware vSphere (vsphere-iso). +- [Parallels/packer-examples](https://github.com/parallels/packer-examples) - Examples in how to use Packer with Parallels Desktop + to automate the creation of virtual machine images and their guest operating systems on macOS, windows and linux. + ## Wrappers - [packer-config](https://github.com/ianchesal/packer-config) - a Ruby model that lets you build Packer configurations in Ruby From 77a535932567f39a11a7315eba8d9837a1309801 Mon Sep 17 00:00:00 2001 From: Lucas Bajolet Date: Tue, 29 Aug 2023 11:53:05 -0400 Subject: [PATCH 2/2] website: replace absolute link to relative While running the workflows on the community tools while backporting a change from main, it failed since one link to developer.hashicorp.com was absolute. To fix this workflow, we replace this link from an absolute one to a relative. --- website/content/docs/community-tools.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/community-tools.mdx b/website/content/docs/community-tools.mdx index 3a222f17a75..61feb217ae9 100644 --- a/website/content/docs/community-tools.mdx +++ b/website/content/docs/community-tools.mdx @@ -19,7 +19,7 @@ vendors. These plugins are not officially tested nor officially maintained by HashiCorp, and are listed here in order to help users find them easily. To learn more about how to use community plugins, or how to build your own, -check out the docs on [extending Packer](https://developer.hashicorp.com/packer/docs/plugins/install-plugins) +check out the docs on [extending Packer](/packer/docs/plugins/install-plugins) If you have built a plugin and would like to add it to this community list, please make a pull request so that we can document your