From 23a7f677788e72cec5786f523ec2e7080b817efd Mon Sep 17 00:00:00 2001 From: Daniel Underwood Date: Mon, 9 Nov 2020 09:33:07 -0500 Subject: [PATCH] Fix proxmox page links (#10230) --- website/pages/docs/builders/proxmox/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/pages/docs/builders/proxmox/index.mdx b/website/pages/docs/builders/proxmox/index.mdx index c5d1731ac..3c907b1f9 100644 --- a/website/pages/docs/builders/proxmox/index.mdx +++ b/website/pages/docs/builders/proxmox/index.mdx @@ -16,13 +16,13 @@ machines and store them as new Proxmox Virutal Machine images. Packer is able to target both ISO and existing Cloud-Init images: -- [proxmox-clone](/docs/builders/proxmox-clone) - The proxmox image +- [proxmox-clone](/docs/builders/proxmox/clone) - The proxmox image Packer builder is able to create new images for use with Proxmox VE. The builder takes a cloud-init enabled virtual machine template name, runs any provisioning necessary on the image after launching it, then creates a virtual machine template. -- [proxmox-iso](/docs/builders/proxmox-iso) - The proxmox Packer +- [proxmox-iso](/docs/builders/proxmox/iso) - The proxmox Packer builder is able to create new images for use with Proxmox VE. The builder takes an ISO source, runs any provisioning necessary on the image after launching it, then creates a virtual machine