From cda19ecf4db9afba5b03b4013eaa4f52db1656ea Mon Sep 17 00:00:00 2001 From: z1ying <55220715+z1ying@users.noreply.github.com> Date: Fri, 17 Apr 2026 22:31:13 -0700 Subject: [PATCH] [Doc] Fix outdated source reference comment in anthropic/serving.py (#40189) Signed-off-by: z1ying --- vllm/entrypoints/anthropic/serving.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm/entrypoints/anthropic/serving.py b/vllm/entrypoints/anthropic/serving.py index 5635cfbd359..5136e2b0fb0 100644 --- a/vllm/entrypoints/anthropic/serving.py +++ b/vllm/entrypoints/anthropic/serving.py @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 # SPDX-FileCopyrightText: Copyright contributors to the vLLM project # Adapted from -# https://github.com/vllm/vllm/entrypoints/openai/serving_chat.py +# https://github.com/vllm-project/vllm/blob/main/vllm/entrypoints/openai/chat_completion/serving.py """Anthropic Messages API serving handler"""