From afdee7b1a9d2ec2faec2f2d895df6a631e6ef573 Mon Sep 17 00:00:00 2001 From: Ce Gao Date: Fri, 3 Jan 2025 22:21:38 +0800 Subject: [PATCH] [Docs] fix 404 - Contributor Guide, again (#2727) Signed-off-by: Ce Gao --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c84a76415..8e73727a0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,6 +10,6 @@ ## Checklist -- [ ] Format your code according to the [Contributor Guide](https://github.com/sgl-project/sglang/blob/main/docs/references/contributor_guide.md). -- [ ] Add unit tests as outlined in the [Contributor Guide](https://github.com/sgl-project/sglang/blob/main/docs/references/contributor_guide.md). +- [ ] Format your code according to the [Contributor Guide](https://github.com/sgl-project/sglang/blob/main/docs/references/contribution_guide.md). +- [ ] Add unit tests as outlined in the [Contributor Guide](https://github.com/sgl-project/sglang/blob/main/docs/references/contribution_guide.md). - [ ] Update documentation as needed, including docstrings or example tutorials.