From d697581a7c28668d00b2284477e20a2cd774ea6e Mon Sep 17 00:00:00 2001 From: graftim <38649219+graftim@users.noreply.github.com> Date: Thu, 29 Jan 2026 09:56:06 +0100 Subject: [PATCH] [Doc] Update outdated link to Ray documentation (#32660) Signed-off-by: graftim <38649219+graftim@users.noreply.github.com> --- docs/serving/openai_compatible_server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/serving/openai_compatible_server.md b/docs/serving/openai_compatible_server.md index 85d591e3d..61d827ecc 100644 --- a/docs/serving/openai_compatible_server.md +++ b/docs/serving/openai_compatible_server.md @@ -1067,4 +1067,4 @@ Key capabilities: The following example shows how to deploy a large model like DeepSeek R1 with Ray Serve LLM: [examples/online_serving/ray_serve_deepseek.py](../../examples/online_serving/ray_serve_deepseek.py). -Learn more about Ray Serve LLM with the official [Ray Serve LLM documentation](https://docs.ray.io/en/latest/serve/llm/serving-llms.html). +Learn more about Ray Serve LLM with the official [Ray Serve LLM documentation](https://docs.ray.io/en/latest/serve/llm/index.html).