Skip to content

Commit

Permalink
Merge pull request #1186 from nrb/fix-OCPBUGS-24047
Browse files Browse the repository at this point in the history
OCPBUGS-24047: Update reference URL
  • Loading branch information
openshift-merge-bot[bot] committed Dec 11, 2023
2 parents 6b62c75 + c8c3846 commit 2a4b57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/vsphere/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ func clone(s *machineScope) (string, error) {
fmt.Sprintf(
"Hardware lower than %d is not supported, clone stopped. "+
"Detected machine template version is %d. "+
"Please update machine template: https://docs.openshift.com/container-platform/latest/updating/updating-hardware-on-nodes-running-on-vsphere.html",
"Please update machine template: https://docs.openshift.com/container-platform/latest/updating/updating_a_cluster/updating-hardware-on-nodes-running-on-vsphere.html",
minimumHWVersion, hwVersion,
),
)
Expand Down

0 comments on commit 2a4b57d

Please sign in to comment.