From b4245a48df84e5e807b92de6066728eeeaff9190 Mon Sep 17 00:00:00 2001 From: wwl2755 Date: Thu, 27 Mar 2025 21:43:40 -0500 Subject: [PATCH] [Doc] Fix dead links in Job Board (#15637) Signed-off-by: wwl2755 --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 3e790827f53bb..a83ad764125c5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -104,7 +104,7 @@ myst_url_schemes = { "classes": ["github"], }, "gh-project": { - "url": "https://github.com/vllm-project/projects/{{path}}", + "url": "https://github.com/orgs/vllm-project/projects/{{path}}", "title": "Project #{{path}}", "classes": ["github"], },