Skip to content

Commit

Permalink
Merge pull request #1188 from nrb/fix-OCPBUGS-24277
Browse files Browse the repository at this point in the history
OCPBUGS-24277: Update reference URL
  • Loading branch information
openshift-merge-bot[bot] committed Dec 12, 2023
2 parents 403f727 + da1cccd commit a8aa3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/vsphere/reconciler.go
Expand Up @@ -676,7 +676,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 a8aa3e6

Please sign in to comment.