From 5927a29e7857a9af8d5c5f4c816ff97874744dc9 Mon Sep 17 00:00:00 2001 From: Lucas Bajolet Date: Mon, 12 Aug 2024 15:49:07 -0400 Subject: [PATCH] docs: update reference to community templates The Community Templates link from the builder did not link to the community templates general documentation page, and instead was a broken link. --- .web-docs/components/builder/qemu/README.md | 2 +- docs/builders/qemu.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.web-docs/components/builder/qemu/README.md b/.web-docs/components/builder/qemu/README.md index 4a975f6..a46a319 100644 --- a/.web-docs/components/builder/qemu/README.md +++ b/.web-docs/components/builder/qemu/README.md @@ -76,7 +76,7 @@ This is an example only, and will time out waiting for SSH because we have not provided a kickstart file. You must add a valid kickstart file to the "http_directory" and then provide the file in the "boot_command" in order for this build to run. We recommend you check out the -[Community Templates](/community-tools#templates) +[Community Templates](https://developer.hashicorp.com/packer/docs/community-tools#templates) for a practical usage example. Note that you will need to set `"headless": true` if you are running Packer diff --git a/docs/builders/qemu.mdx b/docs/builders/qemu.mdx index 5958d4b..85a758c 100644 --- a/docs/builders/qemu.mdx +++ b/docs/builders/qemu.mdx @@ -87,7 +87,7 @@ This is an example only, and will time out waiting for SSH because we have not provided a kickstart file. You must add a valid kickstart file to the "http_directory" and then provide the file in the "boot_command" in order for this build to run. We recommend you check out the -[Community Templates](/community-tools#templates) +[Community Templates](https://developer.hashicorp.com/packer/docs/community-tools#templates) for a practical usage example. Note that you will need to set `"headless": true` if you are running Packer