From 32dc0aa731f08bfee5d37f7480d14a61bfe3e3e7 Mon Sep 17 00:00:00 2001 From: "Ryan J. Price" Date: Tue, 11 May 2021 11:00:08 -0500 Subject: [PATCH] Remove extra parenthesis --- website/content/guides/packer-on-cicd/build-image-in-cicd.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/guides/packer-on-cicd/build-image-in-cicd.mdx b/website/content/guides/packer-on-cicd/build-image-in-cicd.mdx index 83f7876ef..7f1513da7 100644 --- a/website/content/guides/packer-on-cicd/build-image-in-cicd.mdx +++ b/website/content/guides/packer-on-cicd/build-image-in-cicd.mdx @@ -16,7 +16,7 @@ possible to run many builders in containers or nested virtualization, this may require advanced configuration; examples include the [QEMU builder](/docs/builders/qemu) for [KVM](https://www.linux-kvm.org/page/Main_Page) or -[Xen](https://www.xenproject.org/)), the [VirtualBox +[Xen](https://www.xenproject.org/), the [VirtualBox builder](/docs/builders/virtualbox) for OVA or OVF virtual machines, and the [VMware builder](/docs/builders/vmware) for use with VMware products that are all designed to run on a bare-metal machine or within nested virtualization.