From 176d62e4ea6b71b4b8d8787ec544e7665fcce20b Mon Sep 17 00:00:00 2001 From: Ning Xie Date: Thu, 22 May 2025 11:17:34 +0800 Subject: [PATCH] [MISC] update project urls in pyproject.toml (#18519) Signed-off-by: Andy Xie --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0b803a26b6581..3011cffb8f1e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,8 +35,8 @@ dynamic = [ "version", "dependencies", "optional-dependencies"] [project.urls] Homepage="https://github.com/vllm-project/vllm" -Documentation="https://vllm.readthedocs.io/en/latest/" -Slack="http://slack.vllm.ai/" +Documentation="https://docs.vllm.ai/en/latest/" +Slack="https://slack.vllm.ai/" [project.scripts] vllm = "vllm.entrypoints.cli.main:main"