diff --git a/website/content/partials/builders/building_on_remote_vsphere_hypervisor.mdx b/website/content/partials/builders/building_on_remote_vsphere_hypervisor.mdx index 1159b3791..bba7d3d92 100644 --- a/website/content/partials/builders/building_on_remote_vsphere_hypervisor.mdx +++ b/website/content/partials/builders/building_on_remote_vsphere_hypervisor.mdx @@ -16,7 +16,7 @@ $ esxcli system settings advanced set -o /Net/GuestIPHack -i 1 When using a remote VMware Hypervisor, the builder still downloads the ISO and various files locally, and uploads these to the remote machine. Packer currently uses SSH to communicate to the ESXi machine rather than the vSphere API. -If you want to use vSphere API, see the [vsphere-iso](/docs/builders/vsphere-iso) builder. +If you want to use vSphere API, see the [vsphere-iso](/docs/builders/vsphere/vsphere-iso) builder. Packer also requires VNC to issue boot commands during a build, which may be disabled on some remote VMware Hypervisors. Please consult the appropriate