Skip to content

Commit ffcde1e

Browse files
Merge pull request #1184 from nrb/fix-OCPBUGS-18339
OCPBUGS-18339: Update reference URL
2 parents 06de177 + 925e385 commit ffcde1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/vsphere/reconciler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ func clone(s *machineScope) (string, error) {
835835
fmt.Sprintf(
836836
"Hardware lower than %d is not supported, clone stopped. "+
837837
"Detected machine template version is %d. "+
838-
"Please update machine template: https://docs.openshift.com/container-platform/latest/updating/updating-hardware-on-nodes-running-on-vsphere.html",
838+
"Please update machine template: https://docs.openshift.com/container-platform/latest/updating/updating_a_cluster/updating-hardware-on-nodes-running-on-vsphere.html",
839839
minimumHWVersion, hwVersion,
840840
),
841841
)

0 commit comments

Comments
 (0)