From 8fb7b2fab9cec7866c0685513df29048ef60d41c Mon Sep 17 00:00:00 2001 From: Cyrus Leung Date: Sun, 26 Oct 2025 17:55:51 +0800 Subject: [PATCH] [Doc] Fix links to GH projects (#27530) Signed-off-by: DarkLight1337 --- docs/contributing/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing/README.md b/docs/contributing/README.md index 368c0dc84b3ae..9c1b5a3b66d40 100644 --- a/docs/contributing/README.md +++ b/docs/contributing/README.md @@ -16,9 +16,9 @@ Finally, one of the most impactful ways to support us is by raising awareness ab Unsure on where to start? Check out the following links for tasks to work on: - [Good first issues](https://github.com/vllm-project/vllm/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22) - - [Selected onboarding tasks](gh-project:6) + - [Selected onboarding tasks](https://github.com/orgs/vllm-project/projects/6) - [New model requests](https://github.com/vllm-project/vllm/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22new-model%22) - - [Models with multi-modal capabilities](gh-project:10) + - [Models with multi-modal capabilities](https://github.com/orgs/vllm-project/projects/10) ## License