From 51f91fee152e2fe1020dd0ddcaadffc106a17c05 Mon Sep 17 00:00:00 2001 From: Hongchao Deng Date: Mon, 2 Oct 2023 13:56:57 -0700 Subject: [PATCH] doc: fix moved link (#1462) --- ray-operator/controllers/ray/rayservice_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ray-operator/controllers/ray/rayservice_controller.go b/ray-operator/controllers/ray/rayservice_controller.go index 7de12c1e22..eebbb14389 100644 --- a/ray-operator/controllers/ray/rayservice_controller.go +++ b/ray-operator/controllers/ray/rayservice_controller.go @@ -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 }