Skip to content

Commit 4e6a5f8

Browse files
committed
docs: remove legacy docs links
Removes legacy links to `docs.vmware.com` in scripts. Signed-off-by: Ryan Johnson <[email protected]>
1 parent 94ca1d4 commit 4e6a5f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/vcsa/create-esxi-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ EOF
2020

2121
disk=48
2222
mem=16
23-
# 6.7 U3 https://docs.vmware.com/en/VMware-vSphere/6.7/rn/vsphere-esxi-vcenter-server-67-release-notes.html
23+
# 6.7 U3
2424
iso=VMware-VMvisor-6.7.0-14320388.x86_64.iso
2525

2626
while getopts d:hi:m:s flag

scripts/vcsa/create-vcsa-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export GOVC_INSECURE=1
1515

1616
name=vcsa
1717

18-
# 6.7 U3 https://docs.vmware.com/en/VMware-vSphere/6.7/rn/vsphere-esxi-vcenter-server-67-release-notes.html
18+
# 6.7 U3
1919
ova=VMware-vCenter-Server-Appliance-6.7.0.40000-14367737_OVF10.ova
2020

2121
while getopts a:i:n: flag

0 commit comments

Comments
 (0)