[Doc] Fix dead links in Job Board (#15637)

Signed-off-by: wwl2755 <wangwenlong2755@gmail.com>
This commit is contained in:
wwl2755 2025-03-27 21:43:40 -05:00 committed by GitHub
parent 4e0f6076be
commit b4245a48df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -104,7 +104,7 @@ myst_url_schemes = {
"classes": ["github"], "classes": ["github"],
}, },
"gh-project": { "gh-project": {
"url": "https://github.com/vllm-project/projects/{{path}}", "url": "https://github.com/orgs/vllm-project/projects/{{path}}",
"title": "Project #{{path}}", "title": "Project #{{path}}",
"classes": ["github"], "classes": ["github"],
}, },