Skip to content

Commit 8a592e2

Browse files
committed
docs: update kb urls
Updates (or removes) `kb.vmware.com` URLs to replacement `support.broadcom.com` URLs as necessary. Signed-off-by: Ryan Johnson <[email protected]>
1 parent 94ca1d4 commit 8a592e2

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

find/finder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ func (f *Finder) NetworkList(ctx context.Context, path string) ([]object.Network
801801
// With standard vSphere networking, Portgroups cannot have the same name within the same network folder.
802802
// With NSX, Portgroups can have the same name, even within the same Switch. In this case, using an inventory path
803803
// results in a MultipleFoundError. A MOID, switch UUID or segment ID can be used instead, as both are unique.
804-
// See also: https://kb.vmware.com/s/article/79872#Duplicate_names
804+
// See also: https://knowledge.broadcom.com/external/article?articleNumber=320145#Duplicate_names
805805
// Examples:
806806
// - Name: "dvpg-1"
807807
// - Inventory Path: "vds-1/dvpg-1"

session/manager.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ func (sm *Manager) Login(ctx context.Context, u *url.Userinfo) error {
113113

114114
// LoginExtensionByCertificate uses the vCenter SDK tunnel to login using a client certificate.
115115
// The client certificate can be set using the soap.Client.SetCertificate method.
116-
// See: https://kb.vmware.com/s/article/2004305
117116
func (sm *Manager) LoginExtensionByCertificate(ctx context.Context, key string) error {
118117
c := sm.client
119118
u := c.URL()

vim25/types/esxi_version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const (
3737
)
3838

3939
// HardwareVersion returns the maximum hardware version supported by this
40-
// version of ESXi, per https://kb.vmware.com/s/article/1003746.
40+
// version of ESXi, per https://knowledge.broadcom.com/external/article?articleNumber=315655.
4141
func (ev ESXiVersion) HardwareVersion() HardwareVersion {
4242
switch ev {
4343
case ESXi2000:

vim25/types/types.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17984,7 +17984,7 @@ type CustomizationAdapterMapping struct {
1798417984
// In vSphere 7.0 series, the MAC addresses must be specified in the
1798517985
// ascending order of pciSlotNumber, otherwise a MAC address mismatch error
1798617986
// will be reported. For further details, see the
17987-
// https://kb.vmware.com/s/article/87648
17987+
// https://knowledge.broadcom.com/external/article?articleNumber=312120
1798817988
MacAddress string `xml:"macAddress,omitempty" json:"macAddress,omitempty"`
1798917989
// The IP settings for the associated virtual network adapter.
1799017990
Adapter CustomizationIPSettings `xml:"adapter" json:"adapter"`
@@ -18463,7 +18463,7 @@ type CustomizationLinuxPrep struct {
1846318463
// Area is a continent or ocean name, and Location is the city, island, or
1846418464
// other regional designation.
1846518465
//
18466-
// See the <a href="https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2145518"target="_blank">List of supported time zones for different vSphere versions in Linux/Unix systems</a>.
18466+
// See the <a href="https://knowledge.broadcom.com/external/article?articleNumber=320212"target="_blank">List of supported time zones for different vSphere versions in Linux/Unix systems</a>.
1846718467
TimeZone string `xml:"timeZone,omitempty" json:"timeZone,omitempty"`
1846818468
// Specifies whether the hardware clock is in UTC or local time.
1846918469
// - True when the hardware clock is in UTC.
@@ -18483,7 +18483,7 @@ type CustomizationLinuxPrep struct {
1848318483
//
1848418484
// Please set the compatible customization method to a supported string value
1848518485
// e.g. "GOSC\_METHOD\_1".
18486-
// See <a href="https://kb.vmware.com/s/article/95903"target="_blank">Supported compatible customization method list</a>.
18486+
// See <a href="https://knowledge.broadcom.com/external/article?articleNumber=313164"target="_blank">Supported compatible customization method list</a>.
1848718487
CompatibleCustomizationMethod string `xml:"compatibleCustomizationMethod,omitempty" json:"compatibleCustomizationMethod,omitempty" vim:"8.0.3.0"`
1848818488
}
1848918489

@@ -18757,8 +18757,8 @@ type CustomizationSysprepText struct {
1875718757

1875818758
// Text for the `sysprep.xml` answer file.
1875918759
//
18760-
// For additional details, see <a href="https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2151684"target="_blank">Using custom sysprep.xml for vCenter Guest Customization</a> and
18761-
// <a href="https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1029174"target="_blank">Specifying network settings in custom sysprep.xml</a>.
18760+
// For additional details, see <a href="https://knowledge.broadcom.com/external/article?articleNumber=336083"target="_blank">Using custom sysprep.xml for vCenter Guest Customization</a> and
18761+
// <a href="https://knowledge.broadcom.com/external/article?articleNumber=313515"target="_blank">Specifying network settings in custom sysprep.xml</a>.
1876218762
Value string `xml:"value" json:"value"`
1876318763
}
1876418764

0 commit comments

Comments
 (0)