Skip to content

Commit

Permalink
doc: fix moved link
Browse files Browse the repository at this point in the history
  • Loading branch information
hongchaodeng committed Sep 29, 2023
1 parent 249610c commit a54ebfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ray-operator/controllers/ray/rayservice_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ func (r *RayServiceReconciler) updateServeDeployment(ctx context.Context, raySer
err = fmt.Errorf(
"Fail to create / update Serve applications. If you observe this error consistently, "+
"please check \"Issue 5: Fail to create / update Serve applications.\" in "+
"https://github.com/ray-project/kuberay/blob/master/docs/guidance/rayservice-troubleshooting.md for more details. "+
"https://docs.ray.io/en/master/cluster/kubernetes/troubleshooting/rayservice-troubleshooting.html#kuberay-raysvc-troubleshoot for more details. "+
"err: %v", err)
return err
}
Expand Down

0 comments on commit a54ebfd

Please sign in to comment.