[Docs] fix 404 - Contributor Guide, again (#2727)

Signed-off-by: Ce Gao <gaocegege@hotmail.com>
This commit is contained in:
Ce Gao
2025-01-03 22:21:38 +08:00
committed by GitHub
parent cb34d848ac
commit afdee7b1a9

View File

@@ -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.